-
-
Save nafisk/7486601d33c9a73909bdd70141bcc78d to your computer and use it in GitHub Desktop.
Revisions
-
hellerbarde created this gist
Nov 18, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ # Be nice to your computer alias please='sudo' alias plz='sudo' # file managing stuff alias r="PYTHONOPTIMIZE=1 /usr/bin/ranger" alias l='ls' alias perm='stat -c %a' # Dogit alias such=git alias very=git alias wow='git status' # Doge computing FTW alias stahp='poweroff' # simple webserver alias http="python -m http.server" # json prettify alias json="python -m json.tool" # get public ip alias myip="curl ifconfig.me"