diff options
author | Egor Tensin <egor@tensin.name> | 2024-09-24 22:57:33 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-09-24 22:57:33 +0200 |
commit | 16c5fb9b13301348c50b19adef2aa38827f489b4 (patch) | |
tree | 2ef1e95a87cd6c8b70d3619f9b9dc9c6f23457c9 | |
parent | bash: enable autocd (diff) | |
download | linux-home-16c5fb9b13301348c50b19adef2aa38827f489b4.tar.gz linux-home-16c5fb9b13301348c50b19adef2aa38827f489b4.zip |
fix a typo
-rw-r--r-- | %HOME%/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 2f54927..a00285d 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -125,7 +125,7 @@ alias xxd='xxd -groupsize 1' # # https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html # -# Otherwise, GPG signing in git often doesn't work (for example, ever a SSH +# Otherwise, GPG signing in git often doesn't work (for example, over a SSH # connection): https://stackoverflow.com/a/54809060/514684 GPG_TTY="$( tty )" export GPG_TTY |