diff --git a/zsh/zshrc.j2 b/zsh/zshrc.j2 index c7f3dec..e09876e 100644 --- a/zsh/zshrc.j2 +++ b/zsh/zshrc.j2 @@ -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 %}