1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-05-14 20:09:26 +02:00

Auto Socks for locksmith + update to PATH

This commit is contained in:
Eric-Teunis de Boone 2019-01-10 18:16:18 +01:00
parent 0215c5af79
commit 017de970f8
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,11 @@ then
addpath "$DOTBIN"
fi
if [ -d "~/.local/bin" ]
then
addpath "~/.local/bin"
fi
# Always try to use vi(m) if possible
export EDITOR="vi"