1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 11:51:50 +08:00

add iv to mv

This commit is contained in:
juan 2021-12-19 18:56:32 +08:00
parent cc39e636bd
commit f48d7e7fb5

2
.zshrc
View File

@ -149,11 +149,11 @@ alias nya='doas'
alias p='python'
alias se='doas emerge'
alias ssh='TERM="xterm-256color" ssh'
alias mv='mv -iv'
alias sv='doasedit.sh'
alias t='task'
alias v='nvim'
alias vw='nvim -c VimwikiIndex'
alias yt-dl='youtube-dl --sub-lang en,zh-Hant --audio-format best'
bindkey -M menuselect 'h' vi-backward-char
bindkey -M menuselect 'k' vi-up-line-or-history