1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +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 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
View file