diff options
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ export PATH=$PATH:~/.cargo/bin MANPATH=$HOME/.local/share/man/:$MANPATH; export MANPATH -EDITOR='hx'; export EDITOR +EDITOR='nvim'; export EDITOR PAGER='less'; export PAGER SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass.sh'; export SSH_ASKPASS |