add vim as alias for nvim

This commit is contained in:
Jozef Steinhübl 2023-08-19 08:03:31 +02:00
parent 20e42ddc88
commit c49c697162
2 changed files with 2 additions and 1 deletions

1
.zshrc
View file

@ -101,6 +101,7 @@ source $ZSH/oh-my-zsh.sh
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
alias cat="bat" # use bat - https://github.com/sharkdp/bat alias cat="bat" # use bat - https://github.com/sharkdp/bat
alias ssh="kitty +kitten ssh" alias ssh="kitty +kitten ssh"
alias vim="nvim"
function pacman { function pacman {
if [[ $1 == "ru" ]]; then if [[ $1 == "ru" ]]; then

View file

@ -106,7 +106,7 @@ run-directory=/run/lightdm
#xdmcp-key= #xdmcp-key=
#unity-compositor-command=unity-system-compositor #unity-compositor-command=unity-system-compositor
#unity-compositor-timeout=60 #unity-compositor-timeout=60
greeter-session=lightdm-gtk-greeter greeter-session=lightdm-webkit2-greeter
#greeter-hide-users=false #greeter-hide-users=false
#greeter-allow-guest=true #greeter-allow-guest=true
#greeter-show-manual-login=false #greeter-show-manual-login=false