Fish: nemo alias to run nemo with the --no-desktop argument

This commit is contained in:
Marcel Kapfer 2018-02-03 18:30:46 +01:00
parent ce3e523d24
commit 65eb770f20
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

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