diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-28 08:51:51 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-28 08:51:51 -0300 |
| commit | 6ad4b6e4ae3ce50fd517e6dad6d59ed947e7d883 (patch) | |
| tree | 56482d722088b2e38bf77157d2ababfbd7db140f /sh | |
| parent | sh/aliases.sh: Cleanup unused aliases (diff) | |
| download | dotfiles-6ad4b6e4ae3ce50fd517e6dad6d59ed947e7d883.tar.gz dotfiles-6ad4b6e4ae3ce50fd517e6dad6d59ed947e7d883.tar.xz | |
sh/bash-config.sh: Disable hashing
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/bash-config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/bash-config.sh b/sh/bash-config.sh index 416f5e8f..dbfdb888 100644 --- a/sh/bash-config.sh +++ b/sh/bash-config.sh @@ -53,6 +53,5 @@ shopt -s cmdhist PROMPT_COMMAND='history -a' bind -x '"\e\C-l": c' -set -h complete -cf doas |
