Files
dotFiles/home/.local/Apps/daily-utils/bin/bash-session
T
2022-07-06 16:46:36 +05:30

10 lines
131 B
Bash
Executable File

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