summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-01-12 20:19:11 +0000
committerMike Crute <mike@crute.us>2019-01-12 20:19:11 +0000
commitb20b7203ab313e2ae161a3b61806d54b12e8d203 (patch)
treec88ee439ddaad5654dee301a2946d29419280261 /.bashrc
parente79dd4edb30bb065279b475da6855343858b5adf (diff)
downloaddotfiles-b20b7203ab313e2ae161a3b61806d54b12e8d203.tar.bz2
dotfiles-b20b7203ab313e2ae161a3b61806d54b12e8d203.tar.xz
dotfiles-b20b7203ab313e2ae161a3b61806d54b12e8d203.zip
Fix help not returning bug
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 8dd906e..03935ed 100644
--- a/.bashrc
+++ b/.bashrc
@@ -465,6 +465,7 @@ function get_ssh_agent
465 echo " -k : Kill all running agents and start new ones" 465 echo " -k : Kill all running agents and start new ones"
466 echo " -l : Load all known keys into agent" 466 echo " -l : Load all known keys into agent"
467 echo " -h : Show this message" 467 echo " -h : Show this message"
468 return
468 ;; 469 ;;
469 esac 470 esac
470 done 471 done