diff options
author | Alan Pearce | 2019-09-28 22:20:32 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-28 22:20:32 +0200 |
commit | 04cf94d6425c524e9cc12c005937c28a898f9ed2 (patch) | |
tree | 62a6a2e99c1c59d5491a7d5eaf5ce695c1fc3a60 | |
parent | 48dffdc2664f86f486a2c94c1051202af97e2f15 (diff) | |
download | nixfiles-04cf94d6425c524e9cc12c005937c28a898f9ed2.tar.lz nixfiles-04cf94d6425c524e9cc12c005937c28a898f9ed2.tar.zst nixfiles-04cf94d6425c524e9cc12c005937c28a898f9ed2.zip |
Update fish config
-rwxr-xr-x | fish/.config/fish/config.fish | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 34cd22ec..ff3ff35e 100755 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,2 +1 @@ -set PATH $PATH /home/alan/bin -setenv SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket +set -gx PATH ~/.local/bin $PATH |