Initial commit
This commit is contained in:
commit
29daecb0ce
23 changed files with 3745 additions and 0 deletions
10
fish/config.fish
Normal file
10
fish/config.fish
Normal file
|
|
@ -0,0 +1,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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue