diff options
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 1 |
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 | |||
8 | set --global --export GPG_TTY (tty) | 8 | set --global --export GPG_TTY (tty) |
9 | set --global fish_prompt_pwd_dir_length 0 | 9 | set --global fish_prompt_pwd_dir_length 0 |
10 | set --global direnv_fish_mode eval_on_arrow | 10 | set --global direnv_fish_mode eval_on_arrow |
11 | set --global VIRTUAL_ENV_DISABLE_PROMPT true | ||
11 | 12 | ||
12 | # nnn | 13 | # nnn |
13 | set --global --export NNN_OPENER $HOME/.local/bin/nuke | 14 | set --global --export NNN_OPENER $HOME/.local/bin/nuke |