From 7d2bfc8a282d88ad66becb680bc9632d097f65c6 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 3 Apr 2019 17:22:09 +0100 Subject: Support alias for Google's Intellij path Hardlink paths are hard for me to remember. NOTE: It's now more reliable with the DISPLAY fix --- configs/shared/zsh/aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/shared/zsh/aliases.zsh b/configs/shared/zsh/aliases.zsh index f7ab6ca04dd0..a2f0a8852b40 100644 --- a/configs/shared/zsh/aliases.zsh +++ b/configs/shared/zsh/aliases.zsh @@ -49,6 +49,7 @@ alias rg='rg --ignore-case' alias rgh='rg --hidden' # By default, rg skips hidden files alias fdh='fd --hidden' # By default, rg skips hidden files alias define=sdcv # uses stardict to lookup a word +alias intellij='nohup /opt/intellij-ce-stable/bin/idea.sh >/dev/null 2>&1 &' # Gnome alias na=nautilus # Gnome's graphical file browser. Useful to click and dragging files into emails -- cgit 1.4.1