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:
parent
0215c5af79
commit
017de970f8
2 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue