1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install] initial ksh config

This commit is contained in:
Hyacinthe Cartiaux 2023-02-06 22:12:16 +01:00
parent af5dd9ad8b
commit 2677d50c35

View file

@ -43,6 +43,10 @@ if [[ ! -f ~/.git-prompt.sh ]] ; then
https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh
fi fi
# ksh
ln -sf $DOTFILES/ksh/kshrc ~/.kshrc
## vim ## vim
mkdir -p ~/.vim mkdir -p ~/.vim