diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 43b94e4..818d633 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -101,6 +101,7 @@ alias help='tldr' alias systeminfo='neofetch' alias monitoring='glances' alias ':q'='exit' +alias irc='weechat' # Show/hide hidden files in Finder alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"