summaryrefslogtreecommitdiffstats
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 4f7aab8..7dce7a2 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -8,6 +8,7 @@ set --global --export GOPATH $HOME/.local/share/go
8set --global --export GPG_TTY (tty) 8set --global --export GPG_TTY (tty)
9set --global fish_prompt_pwd_dir_length 0 9set --global fish_prompt_pwd_dir_length 0
10set --global direnv_fish_mode eval_on_arrow 10set --global direnv_fish_mode eval_on_arrow
11set --global VIRTUAL_ENV_DISABLE_PROMPT true
11 12
12# nnn 13# nnn
13set --global --export NNN_OPENER $HOME/.local/bin/nuke 14set --global --export NNN_OPENER $HOME/.local/bin/nuke