Fish: nemo alias to run nemo with the --no-desktop argument
This commit is contained in:
parent
ce3e523d24
commit
65eb770f20
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ alias x=' exit'
|
|||
alias cd..='cd ..'
|
||||
alias sbcl='rlwrap sbcl'
|
||||
alias o='xdg-open'
|
||||
alias nemo='nemo --no-desktop'
|
||||
alias mmk2410='~/.mmk2410'
|
||||
|
||||
# if [ -z $SSH_CLIENT ]
|
||||
|
|
Loading…
Reference in a new issue