Skip to content

Commit

Permalink
bash: drop Kitty from PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfb committed Mar 27, 2024
1 parent 9261518 commit 3b236a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bash/profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ PATH=$GOROOT/bin:${PATH}
PATH=$GOBIN:${PATH}
PATH=$HOME/bin:${PATH}
PATH=$HOME/.local/bin:${PATH}
PATH=$HOME/.local/kitty.app/bin:${PATH}
PATH=${PATH}:~/zig

if [ -d /opt/homebrew/bin ]; then
Expand Down

0 comments on commit 3b236a3

Please sign in to comment.