From db0ec6393041b1db3e8a9aef6aa1d8167f2cb7f9 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Fri, 3 Jan 2025 16:31:51 +0100 Subject: [PATCH] Add goto as a tool to access common directories faster --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index fa8ebf7..b4575bd 100644 --- a/.bashrc +++ b/.bashrc @@ -90,3 +90,5 @@ __git_complete c __git_main [ -s "$XDG_CONFIG_HOME/bash/local-config" ] && . "$XDG_CONFIG_HOME/bash/local-config" +alias g=goto +[ -s ~/Development/nemoinho/github.com/iridakos/goto/goto.sh ] && . ~/Development/nemoinho/github.com/iridakos/goto/goto.sh