diff options
Diffstat (limited to '.config/bash/bashrc')
| -rw-r--r-- | .config/bash/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc index 9dff21f..1e64dee 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -24,7 +24,7 @@ stty -ixon werase undef shopt -s globstar shopt -s extglob # extended pattern matching (like `?(a|b|c)`) -alias r="fc -s" # See `help fc` +alias r="fc -s" # See <term://bash -c 'fc --help'> alias wl-copy="wl-copy --trim-newline" export INPUTRC="$HOME/.config/bash/inputrc" # Readline configuration |
