From 84e8cf6f049c03ad66bb6ea26067de5bb9ea9a4d Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Sun, 6 Jun 2021 14:15:52 +0200 Subject: ~/.shrc: Fix bug in 'go' --- home/john/.bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to 'home/john/.bash_profile') 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 ;; -- cgit v1.2.3