summaryrefslogtreecommitdiff
path: root/config.fish
diff options
context:
space:
mode:
Diffstat (limited to 'config.fish')
-rw-r--r--config.fish10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.fish b/config.fish
new file mode 100644
index 0000000..39fda42
--- /dev/null
+++ b/config.fish
@@ -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
+