1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +00:00

autocompletion.zsd

This commit is contained in:
Luna 2021-01-04 18:49:55 +01:00
parent b6cd2de178
commit cf93f81bee
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,10 @@
alias wget='wget -c' alias \
alias rm='rm -i' wget='wget -c' \
alias zshrc='source ~/.zshrc' zshrc='source ~/.zshrc' \
alias dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"' dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"' \
alias c='docker-compose' c='docker-compose' \
# alias dots='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' lla='ls -lha' \
alias lla='ls -lha' cp='cp -iv' \
rm='rm -iv' \
mv='mv -iv' \
mkd="mkdir -pv"

0
.zsh/autocompletion.zsh Normal file
View file