Last active
August 29, 2015 14:12
-
-
Save avataru/1bf0fd724b6748d0cffb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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