From 322e916d3b46a0c2826c0831608e739efd325f8c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 6 Aug 2024 22:17:43 +0200 Subject: Update rofi theme --- config/zsh/.zshenv | 1 + 1 file changed, 1 insertion(+) (limited to 'config/zsh') 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' ] -- cgit