10 lines
201 B
Fish
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
|
|
|