Browse Source

quick fix bash exec NOT -l

main
pvincent 2 weeks ago
parent
commit
a5bbeeec60
  1. 3
      etc/bash.bashrc

3
etc/bash.bashrc

@ -214,7 +214,8 @@ function miaou-bash {
if [[ "$code" == 0 ]]; then
if [[ "${1:-}" =~ --self-upgrade|--uninstall ]]; then
echo 'reloading session now!'
exec bash -l
#exec bash -l
exec bash
fi
fi
return $code

Loading…
Cancel
Save