summaryrefslogtreecommitdiff
path: root/config.fish
blob: 39fda42b05886cfa877e878643a523f80363d34e (plain)
1
2
3
4
5
6
7
8
9
10
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