This commit is contained in:
2022-07-06 16:46:36 +05:30
parent 45e2207ecd
commit 8db3c58c11
@@ -3,7 +3,7 @@ export HISTSIZE=10000
export HISTFILE=$PWD/.bash_history export HISTFILE=$PWD/.bash_history
if [[ $1 == '-n' ]]; then if [[ $1 == '-n' ]]; then
xdg-terminal & konsole &
else else
bash bash
fi fi