This commit is contained in:
2021-04-15 18:27:12 +05:30
parent cc715f6a95
commit d1cd413c8d
12 changed files with 524 additions and 811 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
export HISTSIZE=10000
export HISTFILE=$PWD/.bash_history
if [[ $1 == '-n' ]]; then
xdg-terminal &
else
bash
fi