aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-29 17:16:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-29 17:16:57 +1200
commitfb6550234f50d97db4e135a64a1adceb8959574b (patch)
tree073c435cbb4d09d28614063a67cbe19e60e6a427 /bash
parentChanged my mind about 'commentstring' (diff)
downloaddotfiles-fb6550234f50d97db4e135a64a1adceb8959574b.tar.gz
dotfiles-fb6550234f50d97db4e135a64a1adceb8959574b.zip
Correct typo in .bashrc
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 7748b864..1d5c7aed 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -42,7 +42,7 @@ HISTTIMEFORMAT='%F %T '
# Use a more compact format for the `time` builtin's output
TIMEFORMAT='real:%lR user:%lU sys:%lS'
-# Correct small errors in directory names given to the `cd` buildtin
+# Correct small errors in directory names given to the `cd` builtin
shopt -s cdspell
# Check that hashed commands still exist before running them
shopt -s checkhash