mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
Add fku alias
Shorter and sweeter use of: https://github.com/robotlolita/fuck-you
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user