aboutsummaryrefslogtreecommitdiff
path: root/config/fish
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2024-11-15 11:10:56 +0100
committerCharles Cabergs <me@cacharle.xyz>2024-11-15 11:10:56 +0100
commitf4c18337327229371156b457f01fa666a056d84c (patch)
treecc8df5a60c81443e1bba49858337b14a192db612 /config/fish
parent9f4defc6886f1a129da78c991221ba263870ff56 (diff)
downloaddotfiles-f4c18337327229371156b457f01fa666a056d84c.tar.gz
dotfiles-f4c18337327229371156b457f01fa666a056d84c.tar.bz2
dotfiles-f4c18337327229371156b457f01fa666a056d84c.zip
Add toggle-screenkey script
Diffstat (limited to 'config/fish')
-rw-r--r--config/fish/config.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish
index b4c72d9..c1f961d 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')"