Do not complain if ~/.shcrtrc does not exist
This commit is contained in:
parent
6c85305a9b
commit
bd960a699b
1 changed files with 1 additions and 1 deletions
2
shcrt
2
shcrt
|
@ -2,7 +2,7 @@
|
|||
|
||||
############ Script config #############
|
||||
## Config can also be placed in ~/.shcrtrc
|
||||
source ~/.shcrtrc
|
||||
source ~/.shcrtrc 2> /dev/null
|
||||
|
||||
## GUI mode
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue