Skip to content

Instantly share code, notes, and snippets.

@marian-pritsak
Created July 4, 2019 13:46
Show Gist options
  • Save marian-pritsak/35d59a7334960b5748f3cdd057d68439 to your computer and use it in GitHub Desktop.
Save marian-pritsak/35d59a7334960b5748f3cdd057d68439 to your computer and use it in GitHub Desktop.
Bash aliases
alias q="cd ../"
alias qq="cd ../../"
alias qqq="cd ../../../"
alias gr="grep -rn"
alias v="TTY=`tty | tr '/' '-'` vim"
alias src="source ~/.bashrc"
alias cls="ls *.c *.cpp *.h *.py *.lua"
alias run_tmux='tmux attach -t $USER || tmux new -s $USER'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment