From 6411d0d3aec60866fb62cad7433afda4b7552a45 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 4 Jan 2021 23:30:53 +0100 Subject: Init ls colors --- config.fish | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.fish') 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 -- cgit v1.2.3