summaryrefslogtreecommitdiff
path: root/config.fish
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-01-04 23:30:53 +0100
committerache <ache@ache.one>2021-01-04 23:30:53 +0100
commit6411d0d3aec60866fb62cad7433afda4b7552a45 (patch)
tree2f819417134c80d81c3eabe70ba73cdcddd8a9ca /config.fish
parentrename dfr (diff)
Init ls colors
Diffstat (limited to 'config.fish')
-rw-r--r--config.fish7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.fish b/config.fish
index 45e73ab..1f52e52 100644
--- a/config.fish
+++ b/config.fish
@@ -28,6 +28,7 @@ set -x GOPATH "$HOME/.go"
set -x NODE_PATH "$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
set -x RUST_PATH "$HOME/.cargo"
set -x EMSCRIPTEN_PATH "/usr/lib/emscripten"
+set -x JUPYTERLAB_DIR "$HOME/.local/share/jupyterlab"
set -x GPG_TTY (tty)
@@ -61,3 +62,9 @@ end
# alias smpd='ssh achessh@ache.one -fp 21 ssh ache@localhost -p 60065 -L 8091:localhost:8091 -fN'
set -x fish_emoji_width 2
+
+
+
+if test -e ~/.dircolors
+ eval (dircolors -c ~/.dircolors)
+end