diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2024-02-17 23:15:23 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2024-02-17 23:15:23 +0000 |
commit | a0ee36910a2d5ca946036ce6a66af292d00e26a9 (patch) | |
tree | 25b1ce1f3ab6e283a2aab1de009177b0965bd09d /shell/.config | |
parent | 4b6026f9bdc981be8aa1582c8a6f90957c22ba90 (diff) |
Updated shell theme
Diffstat (limited to 'shell/.config')
-rwxr-xr-x | shell/.config/shell/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/.config/shell/env b/shell/.config/shell/env index 86943d9..3cbbdae 100755 --- a/shell/.config/shell/env +++ b/shell/.config/shell/env @@ -55,7 +55,7 @@ export KDEHOME="$XDG_CONFIG_HOME"/kde export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc export SPACEMACSDIR="$XDG_CONFIG_HOME"/spacemacs export VSCODE_PORTABLE="$XDG_DATA_HOME"/vscode -export WAL_THEME="$XDG_CONFIG_HOME"/wal/tokyonight_storm.json +export WAL_THEME="$XDG_CONFIG_HOME"/wal/one_dark.json # Default Vars export SUDO_ASKPASS="$HOME"/.local/bin/askpass |