Replace shells with new sh_path variable
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
3b1b187d13
commit
40b171ee94
315 changed files with 415 additions and 369 deletions
|
|
@ -5,6 +5,8 @@
|
|||
# Define some paths for some commonly used programs
|
||||
|
||||
# All the shells
|
||||
@{sh} = sh zsh bash dash
|
||||
@{sh_path} = @{bin}/@{sh}
|
||||
@{shells} = sh zsh bash dash fish rbash ksh tcsh csh
|
||||
@{shells_path} = @{bin}/@{shells}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue