Skip to content

Instantly share code, notes, and snippets.

@protortyp
Last active October 5, 2020 18:56
Show Gist options
  • Save protortyp/478205d488de5d4a0e36ddb4cb6ada62 to your computer and use it in GitHub Desktop.
Save protortyp/478205d488de5d4a0e36ddb4cb6ada62 to your computer and use it in GitHub Desktop.
aliases
alias bb='brave-browser'
alias t='tmux'
alias ta='tmux attach'
alias sagi='sudo apt-get install -y'
alias sagu='sudo apt-get update'
alias e='echo'
alias sl='exa'
#alias ls='exa'
alias sls='exa'
alias pwd='pwd -P'
alias what='sudo what'
alias pir="pip install -r requirements.txt"
alias pi="pip install"
alias py="python3"
alias trc="truffle compile"
alias trcs="truffle compile --reset"
alias pp="pino-pretty"
alias fd="fdfind"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment