Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. alias q="cd ../"
  2. alias qq="cd ../../"
  3. alias qqq="cd ../../../"
  4. alias gr="grep -rn"
  5. alias v="TTY=`tty | tr '/' '-'` vim"
  6. alias src="source ~/.bashrc"
  7. alias cls="ls *.c *.cpp *.h *.py *.lua"
  8.  
  9. alias run_tmux='tmux attach -t $USER || tmux new -s $USER'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement