diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-04 09:47:18 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-04 09:47:18 +0200 |
| commit | 45475a1b2edd4395fdf3542b5a5fc97c53deb587 (patch) | |
| tree | e2cb40d995e452f11807a43e3d829ee899d613da | |
| parent | d96a784810c8ae052c1f917e6082b67723847aee (diff) | |
| download | dotfiles-45475a1b2edd4395fdf3542b5a5fc97c53deb587.tar.gz dotfiles-45475a1b2edd4395fdf3542b5a5fc97c53deb587.zip | |
docs(bash): comment
| -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 |
