zshrc: vimx is no more
This commit is contained in:
parent
ce2b654134
commit
8585aa2bbc
2
.zshrc
2
.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"
|
||||
|
Loading…
Reference in New Issue
Block a user