Skip to content

Instantly share code, notes, and snippets.

@avataru
Last active August 29, 2015 14:12
# 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