diff options
author | Yigit Sever | 2025-10-17 12:23:03 +0300 |
---|---|---|
committer | Yigit Sever | 2025-10-17 12:23:03 +0300 |
commit | c0bd96c1adcb901465eb0b87d8af65758ea819f7 (patch) | |
tree | 6c86167526aa3b4a68c68c79e5e842e0fb786b5d /.config/fish/config.fish | |
parent | 21d63803129234343626bef4a6812dde48cc162d (diff) | |
download | dotfiles-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.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 |