summaryrefslogtreecommitdiffstats
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
authorYigit Sever2025-10-17 12:23:03 +0300
committerYigit Sever2025-10-17 12:23:03 +0300
commitc0bd96c1adcb901465eb0b87d8af65758ea819f7 (patch)
tree6c86167526aa3b4a68c68c79e5e842e0fb786b5d /.config/fish/config.fish
parent21d63803129234343626bef4a6812dde48cc162d (diff)
downloaddotfiles-c0bd96c1adcb901465eb0b87d8af65758ea819f7.tar.gz
dotfiles-c0bd96c1adcb901465eb0b87d8af65758ea819f7.tar.bz2
dotfiles-c0bd96c1adcb901465eb0b87d8af65758ea819f7.zip
fish: remove virtualenv warning
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