diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/rofi/config.rasi | 3 | ||||
| -rw-r--r-- | config/zsh/.zshenv | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index e47b052..dd5755f 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -5,8 +5,9 @@ configuration { kb-row-up: "Control+k"; } -@theme "gruvbox-light" +//@theme "gruvbox-light" window { width: 900px; } +@theme "/usr/share/rofi/themes/gruvbox-dark.rasi" diff --git a/config/zsh/.zshenv b/config/zsh/.zshenv index 94910be..84286f0 100644 --- a/config/zsh/.zshenv +++ b/config/zsh/.zshenv @@ -1,6 +1,7 @@ if [ "$(uname)" = 'Linux' ] then export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$HOME/.local/bin" + export PATH="$PATH:$HOME/.local/share/go/bin" export MAIL='me@cacharle.xyz' export SUDO='doas' elif [ "$(uname)" = 'Darwin' ] |
