dotfiles/fish/config.fish
2020-11-04 17:35:19 +01: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