summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-18 22:02:43 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-18 22:02:43 +0100
commitd4297010405d9d63008625ffd6c74d7bfc2df8a6 (patch)
treeb73c6d52629decd59c0857ee09dc1264c044c0f7 /.bashrc
parent84c2f67717d6fa7ed737e377a199c6b6f125f473 (diff)
Fix typo
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 256175c..f80a367 100644
--- a/.bashrc
+++ b/.bashrc
@@ -76,7 +76,7 @@ if [ -d "$HOME/.local/bin" ]; then
export PATH="$HOME/.local/bin:$PATH"
fi
-# ==== BEGIN ANISBLE GO CONFIG
+# ==== BEGIN ANSIBLE GO CONFIG
if command -v go 1>/dev/null 2>&1; then
export PATH="$PATH:/usr/local/go/bin"
export PATH="$HOME/go/bin:$PATH"