mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(shell/aliases): use batman for man if available
This commit is contained in:
@@ -67,6 +67,10 @@ alias lr='ls -R | grep ":$" | sed -e '\''s/:$//'\'' -e '\''s/[^-][^\/]*\//--/g'\
|
|||||||
alias fku="fuck you"
|
alias fku="fuck you"
|
||||||
alias fucking="sudo"
|
alias fucking="sudo"
|
||||||
|
|
||||||
|
if command-exists batman; then
|
||||||
|
alias man="batman"
|
||||||
|
fi
|
||||||
|
|
||||||
# Improved myip alias. Echoed to avoid strange character at end in ZSH.
|
# Improved myip alias. Echoed to avoid strange character at end in ZSH.
|
||||||
myip() {
|
myip() {
|
||||||
echo "$(curl -s whatismyip.akamai.com)"
|
echo "$(curl -s whatismyip.akamai.com)"
|
||||||
|
|||||||
Reference in New Issue
Block a user