diff options
author | Amin Bandali <bandali@kelar.org> | 2024-03-28 13:02:51 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2024-03-28 13:02:51 -0400 |
commit | 41d249ca548d15ca0b491313c50634069d5df1c4 (patch) | |
tree | 13157bb4b7a0d69501fe6859a200b9f32c31090e /.profile | |
parent | b507b6d402da09d9389aaf353ac132d80132cc5f (diff) | |
download | configs-41d249ca548d15ca0b491313c50634069d5df1c4.tar.gz configs-41d249ca548d15ca0b491313c50634069d5df1c4.tar.xz configs-41d249ca548d15ca0b491313c50634069d5df1c4.zip |
Small changes
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 |