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:
parent
a414fefa03
commit
7d2bfc8a28
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue