nvim using vimrc yay
This commit is contained in:
parent
044f992c88
commit
e950da7742
2 changed files with 3 additions and 1 deletions
3
shellrc
3
shellrc
|
@ -50,6 +50,9 @@ alias atmux='tmux attach'
|
|||
alias hist='fc -l 1'
|
||||
alias beep='printf "\007"'
|
||||
alias fixterm='printf "c"'
|
||||
if (is_exec nvim && [[ -r ${HOME}/.vimrc ]]); then
|
||||
alias nvim='command nvim -u ~/.vimrc'
|
||||
fi
|
||||
|
||||
# iconv
|
||||
alias iconvwk='command iconv -c -f cp1251 -t koi8-r'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue