Add fku alias

Shorter and sweeter use of: https://github.com/robotlolita/fuck-you
This commit is contained in:
2014-02-21 21:55:23 +00:00
parent c045a3a806
commit ed49c13f36

View File

@@ -34,6 +34,7 @@ alias fact="elinks -dump randomfunfacts.com | sed -n '/^| /p' | tr -d \|"
alias netlisteners='lsof -i -P | grep LISTEN' alias netlisteners='lsof -i -P | grep LISTEN'
alias servethis="python -c 'import SimpleHTTPServer; SimpleHTTPServer.test()'" alias servethis="python -c 'import SimpleHTTPServer; SimpleHTTPServer.test()'"
alias lr='ls -R | grep ":$" | sed -e '\''s/:$//'\'' -e '\''s/[^-][^\/]*\//--/g'\'' -e '\''s/^/ /'\'' -e '\''s/-/|/'\''' alias lr='ls -R | grep ":$" | sed -e '\''s/:$//'\'' -e '\''s/[^-][^\/]*\//--/g'\'' -e '\''s/^/ /'\'' -e '\''s/-/|/'\'''
alias fku="fuck you"
# Improved myip alias. Echoed to avoid strange character at end in ZSH. # Improved myip alias. Echoed to avoid strange character at end in ZSH.
function myip { function myip {