diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-08-07 14:25:55 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-08-07 14:25:55 +0200 |
| commit | 16aec8ae25f9ef5e7b8ca115d1a94be0fd35acaf (patch) | |
| tree | e357bed61e6bfb1341ee83ba1566624180f0a7ef /config/zsh | |
| parent | ecc53220883bdfc6bab7e6500b52bf452085f4a7 (diff) | |
| parent | 14fd2b86e66bfc0fde741ed0c5b3cf1cdab9203b (diff) | |
| download | dotfiles-16aec8ae25f9ef5e7b8ca115d1a94be0fd35acaf.tar.gz dotfiles-16aec8ae25f9ef5e7b8ca115d1a94be0fd35acaf.tar.bz2 dotfiles-16aec8ae25f9ef5e7b8ca115d1a94be0fd35acaf.zip | |
Merge branch 'master' of https://github.com/cacharle/dotfiles
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' ] |
