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
This commit is contained in:
William Carroll 2019-04-03 17:22:09 +01:00
parent a414fefa03
commit 7d2bfc8a28

View file

@ -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