diff options
Diffstat (limited to '')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ for p in $MY_GUIX_PROFILES/*; do unset profile done -export PATH="$HOME/u/local/bin:$HOME/.local/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" # start an ssh-agent (with guix's openssh) if [ -z "$IS_GUIX_SYSTEM" ]; then |