add 3llo - CLI for Trello

This commit is contained in:
Morgan Wattiez
2019-11-16 10:46:56 +01:00
parent f894a9c754
commit fc980718d6
5 changed files with 7 additions and 0 deletions

View File

@ -103,6 +103,7 @@ alias systeminfo='neofetch'
alias monitoring='glances'
alias ':q'='exit'
alias irc='weechat'
alias trello='3llo'
# Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"