Updated config
This commit is contained in:
parent
8998a54e82
commit
973894cfab
16 changed files with 207 additions and 32 deletions
11
.config/fish/config.fish
Normal file
11
.config/fish/config.fish
Normal file
|
@ -0,0 +1,11 @@
|
|||
if status is-interactive
|
||||
source $HOME/.config/fish/alias.fish
|
||||
set -x LS_COLORS di=0:ln=0:so=0:pi=0:ex=0:bd=0:cd=0:su=0:sg=0:tw=0:ow=0
|
||||
end
|
||||
|
||||
set -x GOPATH $HOME/.go
|
||||
set -x EDITOR nvim
|
||||
set -x LANG en_US.UTF-8
|
||||
|
||||
fish_add_path $GOPATH/bin
|
||||
fish_add_path $HOME/.bin
|
Loading…
Add table
Add a link
Reference in a new issue