diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-08-06 22:17:43 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-08-06 22:17:43 +0200 |
| commit | 322e916d3b46a0c2826c0831608e739efd325f8c (patch) | |
| tree | 0250eb65319ea0783bfc96b1918c069943b2b3b4 /config/zsh | |
| parent | bbdb6227cf78c8bebba721fae008caeefb9bc6da (diff) | |
| download | dotfiles-322e916d3b46a0c2826c0831608e739efd325f8c.tar.gz dotfiles-322e916d3b46a0c2826c0831608e739efd325f8c.tar.bz2 dotfiles-322e916d3b46a0c2826c0831608e739efd325f8c.zip | |
Update rofi theme
Diffstat (limited to 'config/zsh')
| -rw-r--r-- | config/zsh/.zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
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' ] |
