aboutsummaryrefslogtreecommitdiff
path: root/home/john/.bash_profile
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-06 14:15:52 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-06 14:15:52 +0200
commit84e8cf6f049c03ad66bb6ea26067de5bb9ea9a4d (patch)
tree5c6bd595bd77c3ded113d304cb1bd1b622884b83 /home/john/.bash_profile
parentbd1bf49c6f0373559986a24130f63772b7001f92 (diff)
downloadlbsd-84e8cf6f049c03ad66bb6ea26067de5bb9ea9a4d.tar.gz
~/.shrc: Fix bug in 'go'
Diffstat (limited to 'home/john/.bash_profile')
-rw-r--r--home/john/.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/john/.bash_profile b/home/john/.bash_profile
index 938adb7..3987746 100644
--- a/home/john/.bash_profile
+++ b/home/john/.bash_profile
@@ -12,6 +12,7 @@ cmdtitle() {
case "${cmd%% *}" in
safetitle) return ;;
screen) return ;;
+ go) return ;;
ls) return ;;
ll) return ;;
mv) return ;;