We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50293a7 commit a3b5aedCopy full SHA for a3b5aed
Linux/.bashrc
@@ -436,6 +436,7 @@ export -f pack_exe
436
##Source the bashrc file & reload env
437
function refreshenv()
438
{
439
+ hash -r &>/dev/null
440
local BASHRC_FILE="$(realpath "${HOME}/.bashrc" | tr -d '[:space:]')"
441
if [[ -f "${BASHRC_FILE}" ]]; then
442
source "${BASHRC_FILE}"
0 commit comments