Add goto as a tool to access common directories faster

This commit is contained in:
2025-01-03 16:31:51 +01:00
parent 51cbcae39f
commit db0ec63930

View File

@@ -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