Merge pull request #1111 from arunvelsriram/irc-alias-fallback

Fallback value for alias irc
pull/1113/head
Nils Winkler 2017-12-13 08:29:36 +01:00 committed by GitHub
commit 956b3e417f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ alias pager="$PAGER"
alias q='exit' alias q='exit'
alias irc="$IRC_CLIENT" alias irc="${IRC_CLIENT:=irc}"
# Language aliases # Language aliases
alias rb='ruby' alias rb='ruby'