summaryrefslogtreecommitdiff
path: root/fish/conf.d/gos.fish
blob: a23d7a7b618108e7a77ae1b73dd91659aa256eab (plain)
1
2
3
4
5
6
set -x GOS_BIN ~/go/bin/gos
set -x GOS_DIR ~/.gosdir

if test -f $GOS_BIN
    alias cdgos "cd $GOS_DIR"
end