That's probably a me-only issue, but this
|
_omb_util_alias please='sudo' |
makes
https://gitlab.com/edneville/please inaccessible because aliases take priority over binaries.
And if I edit the file directly I assume it will be overwritten during an update, so I'm left with
unalias please in my bashrc :)
That's probably a me-only issue, but this
oh-my-bash/lib/misc.sh
Line 11 in 05e6d03
And if I edit the file directly I assume it will be overwritten during an update, so I'm left with
unalias pleasein my bashrc :)