standard start directory

This commit is contained in:
damage 2023-08-24 22:13:52 +02:00
parent c4e5ed1900
commit 6887350ce8
3 changed files with 1 additions and 1 deletions

2
s3h.sh
View File

@ -2,7 +2,7 @@
# config
DIALOG=dialog #gdialog kdialog
START_DIR=''
START_DIR='~/.s3h'
if [[ $# -eq 1 && -d "$1" ]]; then
START_DIR="$1"

View File

View File