add: vimrc hybrid line numbers

fix: zsh cursor
move: vimrc, viminfo, zsh_history
This commit is contained in:
Tobias Reisinger 2019-12-20 14:06:42 +01:00
parent 10fb0073e5
commit 5a76ba59fe
4 changed files with 30 additions and 43 deletions

View file

@ -1,3 +1,5 @@
export VIMINIT='source ~/.config/vimrc'
# set PATH so it includes user's private bin if it exists
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"