diff options
author | William Carroll <wpcarro@gmail.com> | 2019-04-03T16·22+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-04-03T16·22+0100 |
commit | 7d2bfc8a282d88ad66becb680bc9632d097f65c6 (patch) | |
tree | 05ba4c57bef0f181bc0e3e950def005558311fbb /configs/shared/zsh/aliases.zsh | |
parent | a414fefa03d2fadd17806d94786a085f5f4b0012 (diff) |
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
Diffstat (limited to 'configs/shared/zsh/aliases.zsh')
-rw-r--r-- | configs/shared/zsh/aliases.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |