From 293aaf91f82acc38a590260247562ac37fde61df Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 11 Apr 2022 18:53:16 +0200 Subject: [PATCH] [bash] Override some ls colors with bubblegum theme. --- .bashrc.dotfiles | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.bashrc.dotfiles b/.bashrc.dotfiles index 21e3a86..122fdae 100644 --- a/.bashrc.dotfiles +++ b/.bashrc.dotfiles @@ -32,6 +32,17 @@ else fi export PS1 +# # ls colors +# if [[ "${TERM}" =~ 256 ]]; then +# # Replace standard dircolors with the bubblegum theme from vim-airline, see +# # https://github.com/vim-airline/vim-airline-themes/blob/97cf3e6e638f936187d5f6e9b5eb1bdf0a4df256/autoload/airline/themes/bubblegum.vim +# LS_COLORS=${LS_COLORS//=01;31:/=01;38;5;174:} # Red (archives, missing files...) +# LS_COLORS=${LS_COLORS//=01;32:/=01;38;5;150:} # Green (executable files) +# LS_COLORS=${LS_COLORS//=01;34:/=01;38;5;110:} # Blue (directories) +# LS_COLORS=${LS_COLORS//=01;35:/=01;38;5;182:} # Purple (images, videos, ...) +# LS_COLORS=${LS_COLORS//=00;36:/=00;38;5;80:} # Cyan (sound, ...) +# fi + # Julia environment variables export JULIA_PKG_DEVDIR=$HOME/dev export JULIA_PROJECT=@.