wip
This commit is contained in:
parent
a21f9acebc
commit
7a80b9850e
1 changed files with 2 additions and 2 deletions
4
yazi.sh
4
yazi.sh
|
@ -10,7 +10,7 @@
|
|||
unset PACKAGE
|
||||
|
||||
# ─< argument list variables >────────────────────────────────────────────────────────────
|
||||
unset silent
|
||||
silent=false
|
||||
|
||||
sleep 0.1
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
--silent | -s)
|
||||
silent=true
|
||||
export silent=true
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue