From f8b69251b36bb666059fe6ef9c18f3a90d46c1de Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sat, 9 Nov 2019 10:58:59 +0100 Subject: [PATCH] add alias for irc client --- dot_zsh_aliases | 1 + 1 file changed, 1 insertion(+) 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"