feat(fish): add some config

This commit is contained in:
2024-08-04 14:30:23 +02:00
parent 2c3631cd1a
commit 73b62bf30b
+12 -2
View File
@@ -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