diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-11-21 09:40:26 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-11-21 09:40:26 +0100 |
| commit | 01f55c6e0a6005bbb051246cd08af49e09fd137c (patch) | |
| tree | c451448d805c01238aacefd326385ab8c6176e09 /config/fish | |
| parent | 55cce52d4a754e6275059b3ee516536a35a7721e (diff) | |
| parent | d73f7e2c84bd6dcb107691055acc5bf68b5b733f (diff) | |
| download | dotfiles-01f55c6e0a6005bbb051246cd08af49e09fd137c.tar.gz dotfiles-01f55c6e0a6005bbb051246cd08af49e09fd137c.tar.bz2 dotfiles-01f55c6e0a6005bbb051246cd08af49e09fd137c.zip | |
Merge branch 'master' of github.com:cacharle/dotfiles
Diffstat (limited to 'config/fish')
| -rw-r--r-- | config/fish/config.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index b4c72d9..fbe5f7a 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -45,6 +45,8 @@ set -gx PYTHONSTARTUP "$XDG_CONFIG_HOME/python/startup.py" set -gx ASPELL_CONF "per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl" set -gx BUNDLE_USER_CONFIG "$XDG_CONFIG_HOME"/bundle set -gx NPM_CONFIG_USERCONFIG "$XDG_CONFIG_HOME/npm/npmrc" +# set -gx AWS_SHARED_CREDENTIALS_FILE="$XDG_CONFIG_HOME/aws/credentials" +# set -gx AWS_CONFIG_FILE="$XDG_CONFIG_HOME/aws/config" # shellcheck disable SC2016 set -gx VIMINIT 'let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' set -gx IPYTHONDIR "$XDG_CONFIG_HOME/ipython" @@ -73,6 +75,7 @@ set -gx XAUTHORITY "$XDG_RUNTIME_DIR/Xauthority" set -gx GHCUP_USE_XDG_DIRS 'true' set -gx STACK_XDG '1' + # shellcheck disable SC2155 # color in man (less pager) set -gx LESS_TERMCAP_mb "$(printf '%b' '\e[1;32m')" @@ -236,6 +239,8 @@ if status is-interactive if set -q VIRTUAL_ENV echo -n -s (set_color -b blue white) "(" (basename "$VIRTUAL_ENV") ")" (set_color normal) " " end + + command -q cowsay-total-war-quotes && cowsay-total-war-quotes end if status is-login |
