[15/12/23] Adding fish config
This commit is contained in:
parent
8c9da4f388
commit
97ea288686
1 changed files with 14 additions and 0 deletions
14
config.fish
Normal file
14
config.fish
Normal file
|
@ -0,0 +1,14 @@
|
|||
if status is-interactive
|
||||
set -U fish_greeting "🐟"
|
||||
|
||||
set -gx VISUAL nvim
|
||||
set -gx EDITOR $VISUAL
|
||||
|
||||
fish_add_path /usr/local/go/bin
|
||||
fish_add_path ~/go/bin
|
||||
end
|
||||
rvm default
|
||||
|
||||
#function fish_prompt
|
||||
# powerline-shell --shell bare $status
|
||||
#end
|
Loading…
Add table
Add a link
Reference in a new issue