From 74e645dd96da7e99a70071bb73ee04aec7277d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 22 Oct 2021 22:39:02 +0200 Subject: [PATCH] Add imv alias on ubuntu --- zsh/zshrc.j2 | 4 ++++ 1 file changed, 4 insertions(+) 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 %}