Skip to content

Instantly share code, notes, and snippets.

@avataru
Last active August 29, 2015 14:12
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 avataru/1bf0fd724b6748d0cffb to your computer and use it in GitHub Desktop.
Save avataru/1bf0fd724b6748d0cffb to your computer and use it in GitHub Desktop.
# https://github.com/ericboehs/dotfiles/tree/master/shell/aliases
alias yolo='git commit -am "DEAL WITH IT" && git push -f origin master'
alias sedit="gksudo gedit"
alias clean-boot="apt-get remove `dpkg --list 'linux-image*' |grep ^ii | awk '{print $2}'\ | grep -v \`uname -r\``"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment