feat(fish): add some config
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
set -gx PATH \
|
||||
$HOME/.local/bin \
|
||||
$HOME/go/bin \
|
||||
/usr/local/bin \
|
||||
/usr/bin
|
||||
set -gx VISUAL nvim
|
||||
set -gx EDITOR nvim
|
||||
set -gx DIFFPROG nvim -d
|
||||
|
||||
if not status is-interactive
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user