Skip to content

Instantly share code, notes, and snippets.

@George-Miao
Last active June 10, 2021 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save George-Miao/1792526fb36bf620fd88525e8aea842d to your computer and use it in GitHub Desktop.
Save George-Miao/1792526fb36bf620fd88525e8aea842d to your computer and use it in GitHub Desktop.
alias
alias c="clear"
alias src="source $HOME/.zshrc"
alias pc="proxychains"
alias cdev="cd ~/PP/Dev"
alias :wq="exit"
alias backup="rclone sync -LP Dropbox/ B2:MyPersonalCloud --filter-from ~/Dropbox/Dev/Others/rclone-filter --auto-confirm"
alias h="http"
alias hs="https"
alias p4="ifconfig | grep -P \"inet\s\""
alias p6="ifconfig | grep inet6"
alias open="xdg-open"
alias cb="clipboard"
alias win="grub-reboot 2"
alias rm="safe-rm"
alias cdev="cd $DEV"
alias st="speedtest"
alias lofi="mpv https://www.youtube.com/watch\?v\=5qap5aO4i9A --no-video --volume=50"
last(){
ls -1 $1 -t | head -n 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment