This commit is contained in:
2022-07-06 01:12:53 +05:30
parent 0d9d97fad0
commit 503e090372
4 changed files with 35 additions and 27 deletions
@@ -1,4 +1,9 @@
#!/usr/bin/env bash
export HISTSIZE=10000
export HISTFILE=$PWD/.bash_history
bash
if [[ $1 == '-n' ]]; then
xdg-terminal &
else
bash
fi