Update config.fish
This commit is contained in:
parent
38e72b02f5
commit
9d88e2603f
1 changed files with 7 additions and 5 deletions
|
@ -1,9 +1,11 @@
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
set -U fish_greeting
|
set -U fish_greeting
|
||||||
end
|
end
|
||||||
alias emacs="emacs --no-x-resources"
|
|
||||||
|
|
||||||
# set the workspace path
|
alias emacs="emacs --no-x-resources"
|
||||||
set -x GOPATH $HOME/.go
|
alias ruby="ruby30"
|
||||||
# add the go bin path to be able to execute our programs
|
alias rake="rake30"
|
||||||
|
alias gem="gem30"
|
||||||
|
|
||||||
|
set -x GOPATH "$HOME/.go"
|
||||||
set -x PATH $PATH /usr/local/go/bin $GOPATH/bin
|
set -x PATH $PATH /usr/local/go/bin $GOPATH/bin
|
||||||
|
|
Loading…
Reference in a new issue