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
|
||||
set -U fish_greeting
|
||||
set -U fish_greeting
|
||||
end
|
||||
alias emacs="emacs --no-x-resources"
|
||||
|
||||
# set the workspace path
|
||||
set -x GOPATH $HOME/.go
|
||||
# add the go bin path to be able to execute our programs
|
||||
alias emacs="emacs --no-x-resources"
|
||||
alias ruby="ruby30"
|
||||
alias rake="rake30"
|
||||
alias gem="gem30"
|
||||
|
||||
set -x GOPATH "$HOME/.go"
|
||||
set -x PATH $PATH /usr/local/go/bin $GOPATH/bin
|
||||
|
|
Loading…
Reference in a new issue