Files
dotFiles/home/.local/Apps/daily-utils/bin/bash-session
T
2022-07-06 01:12:53 +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