Files
dotFiles/home/.local/Apps/daily-utils/bin/bash-session
T
2021-04-15 18:27:12 +05:30

10 lines
136 B
Bash
Executable File

#!/usr/bin/env bash
export HISTSIZE=10000
export HISTFILE=$PWD/.bash_history
if [[ $1 == '-n' ]]; then
xdg-terminal &
else
bash
fi