From 45475a1b2edd4395fdf3542b5a5fc97c53deb587 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 4 Jun 2026 09:47:18 +0200 Subject: docs(bash): comment --- .config/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/bash') 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 alias wl-copy="wl-copy --trim-newline" export INPUTRC="$HOME/.config/bash/inputrc" # Readline configuration -- cgit v1.3.1