diff --git a/.zshrc b/.zshrc index f80f782..4d1452b 100644 --- a/.zshrc +++ b/.zshrc @@ -162,7 +162,7 @@ #alias reth='sudo ethtool -r enp0s25' # ; ip link set enp0s25 down; ip link set enp0s25 up ' #alias rwlan='ip link set wlp3s0 down; ip link set wlp3s0 up' alias wget='wget -c' # allows to restore progress after interruption - if [[ -z "$WAYLAND_DISPLAY" ]]; then alias vim='vimx';alias v='vimx'; else alias v='vim'; fi # life's too short to type "vim" every time in full + alias v='vim' # life's too short to type "vim" every time in full alias vimrc='vim ~/.vim/vimrc' alias zshconfig="vim ~/.zshrc" alias zshist="vim ~/.zsh_history"