feat(fish): add some config
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
if status is-interactive
|
set -gx PATH \
|
||||||
# Commands to run in interactive sessions can go here
|
$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
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user