[15/12/23] Adding fish config
This commit is contained in:
parent
8c9da4f388
commit
97ea288686
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…
x
Reference in New Issue
Block a user