mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
autocompletion.zsd
This commit is contained in:
parent
b6cd2de178
commit
cf93f81bee
2 changed files with 10 additions and 7 deletions
|
@ -1,7 +1,10 @@
|
|||
alias wget='wget -c'
|
||||
alias rm='rm -i'
|
||||
alias zshrc='source ~/.zshrc'
|
||||
alias dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"'
|
||||
alias c='docker-compose'
|
||||
# alias dots='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||
alias lla='ls -lha'
|
||||
alias \
|
||||
wget='wget -c' \
|
||||
zshrc='source ~/.zshrc' \
|
||||
dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"' \
|
||||
c='docker-compose' \
|
||||
lla='ls -lha' \
|
||||
cp='cp -iv' \
|
||||
rm='rm -iv' \
|
||||
mv='mv -iv' \
|
||||
mkd="mkdir -pv"
|
||||
|
|
0
.zsh/autocompletion.zsh
Normal file
0
.zsh/autocompletion.zsh
Normal file
Loading…
Add table
Reference in a new issue