Browse Source

Fix

pull/17/head
Harish Karumuthil 3 years ago
parent
commit
8db3c58c11
  1. 2
      home/.local/Apps/daily-utils/bin/bash-session

2
home/.local/Apps/daily-utils/bin/bash-session

@ -3,7 +3,7 @@ export HISTSIZE=10000
export HISTFILE=$PWD/.bash_history
if [[ $1 == '-n' ]]; then
xdg-terminal &
konsole &
else
bash
fi

Loading…
Cancel
Save