mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 01:10:12 -08:00
guess what file I'm going to delete soon?
This commit is contained in:
17
dotfiles/my-aliases.zsh.original
Normal file
17
dotfiles/my-aliases.zsh.original
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
alias py=python3
|
||||||
|
alias gpull="git pull"
|
||||||
|
alias gpush="git push"
|
||||||
|
alias gc="git commit"
|
||||||
|
alias gcm="git commit -m"
|
||||||
|
|
||||||
|
alias ll="ls -laFh --group-directories-first --color=auto"
|
||||||
|
alias findzombie="ps -A -ostat,pid,ppid | grep -e '[zZ]'"
|
||||||
|
alias plex="/home/acedanger/shell/plex.sh"
|
||||||
|
alias update="/home/acedanger/shell/update.sh"
|
||||||
|
alias dcdn="docker compose down"
|
||||||
|
alias dcupd="docker compose up -d"
|
||||||
|
alias dcpull="docker compose pull"
|
||||||
|
alias lzd="lazydocker"
|
||||||
|
alias cat="batcat"
|
||||||
|
alias fd="fdfind"
|
||||||
|
alias fzf="fzf --preview='batcat {}'"
|
||||||
Reference in New Issue
Block a user