Small fix to make "shrc" working again properly
This commit is contained in:
parent
a5ae9c7b72
commit
e784e83507
1 changed files with 4 additions and 0 deletions
|
|
@ -311,6 +311,9 @@ function _daisy_def_alias
|
|||
alias daisy_$1="daisy $cmd"
|
||||
}
|
||||
|
||||
# SHRC alias
|
||||
alias shrc=". shrc"
|
||||
|
||||
_daisy_def_alias reload
|
||||
_daisy_def_alias enc
|
||||
_daisy_def_alias enc_multi
|
||||
|
|
@ -404,4 +407,5 @@ source "/etc/lackadaisical/daisy.command.source"
|
|||
export LD_AVAILABLE=1
|
||||
|
||||
[ -d "$LD_FOLDER" ] && export LD_AVAILABLE=1
|
||||
|
||||
export PATH="$LD_FOLDER:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue