Add imv alias on ubuntu

This commit is contained in:
2021-10-22 22:39:02 +02:00
parent a2aedcfef3
commit 74e645dd96

View File

@@ -18,3 +18,7 @@ if [[ -f /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] ; the
elif [[ -f /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] ; then
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
fi
{% if distro == 'ubuntu' %}
alias imv=imv-x11
{% endif %}