useful-fish/config.fish
2022-08-15 18:31:22 +02:00

10 lines
201 B
Fish

set -x GREP_OPTIONS
set fish_greeting ""
set -x ncpus (grep -c "^processor" /proc/cpuinfo)
set -x EDITOR vim
set -x PAGER less
set -x VIRTUAL_ENV_DISABLE_PROMPT 1
source ~/.config/fish/aliases.fish