mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-09 17:08:06 +01:00
add vim as alias for nvim
This commit is contained in:
parent
20e42ddc88
commit
c49c697162
2 changed files with 2 additions and 1 deletions
1
.zshrc
1
.zshrc
|
@ -101,6 +101,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
alias cat="bat" # use bat - https://github.com/sharkdp/bat
|
||||
alias ssh="kitty +kitten ssh"
|
||||
alias vim="nvim"
|
||||
|
||||
function pacman {
|
||||
if [[ $1 == "ru" ]]; then
|
||||
|
|
|
@ -106,7 +106,7 @@ run-directory=/run/lightdm
|
|||
#xdmcp-key=
|
||||
#unity-compositor-command=unity-system-compositor
|
||||
#unity-compositor-timeout=60
|
||||
greeter-session=lightdm-gtk-greeter
|
||||
greeter-session=lightdm-webkit2-greeter
|
||||
#greeter-hide-users=false
|
||||
#greeter-allow-guest=true
|
||||
#greeter-show-manual-login=false
|
||||
|
|
Loading…
Reference in a new issue