Skip to content

Instantly share code, notes, and snippets.

@YozhEzhi
Last active January 9, 2020 08:00
Show Gist options
  • Save YozhEzhi/ad34dac80d0b9126b130d0db67a548d7 to your computer and use it in GitHub Desktop.
Save YozhEzhi/ad34dac80d0b9126b130d0db67a548d7 to your computer and use it in GitHub Desktop.
# Settings:
alias conf:update=". ~/.zprofile"
alias config:update=". ~/.zprofile"
alias conf:bash="cd ~ && subl .zprofile"
alias config:bash="cd ~ && subl .zprofile"
alias conf:hosts="cd ~/../../private/etc && subl hosts"
alias config:hosts="cd ~/../../private/etc && subl hosts"
# Locations:
alias desk="cd ~/Desktop"
alias downloads="cd ~/Downloads"
alias work="cd ~/work"
alias yad="cd /Users/YozhEzhi/Yandex.Disk/"
# Commands:
alias port:8000="netstat -anp tcp | grep 8000"
alias kill:8000="lsof -i tcp:8000"
alias log="git log --oneline"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment