diff options
Diffstat (limited to 'bash/bash_logout')
-rw-r--r-- | bash/bash_logout | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bash_logout b/bash/bash_logout index 4b8d3943..da758588 100644 --- a/bash/bash_logout +++ b/bash/bash_logout @@ -15,4 +15,3 @@ fi # Write PWD to a file if set printf '%s\n' "$PWD" > "${OLDPWD_FILE:-$HOME/.oldpwd}" - |