add alias for ipython

legacy
Simon Bruder 2018-06-21 11:54:22 +00:00
parent af7f199a56
commit 43b8ba7adb
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ if which exa 2>&1 >> /dev/null;then
alias ls="exa"
fi
alias mc="~/bin/mc"
alias ipy="ipython3"
function jitsi-meet() {
chromium --app="https://meet.jit.si/$1"