Browse Source

emergency fix ohno

master
xenua 2 years ago
parent
commit
7f770c8484
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 2
      runcoms/zshrc

2
runcoms/zshrc

@ -32,7 +32,7 @@ if [ -d "$HOME/bin" ]; then @@ -32,7 +32,7 @@ if [ -d "$HOME/bin" ]; then
export PATH="$HOME/bin:$PATH"
fi
if [ -d "$HOME/.local/bin"]; then
if [ -d "$HOME/.local/bin" ]; then
export PATH="$HOME/.local/bin:$PATH"
fi

Loading…
Cancel
Save