On 2/4/20 9:05 AM, Andrei Borzenkov wrote:
type -a cd
marc@bigbang:~/Documents> type -a cd cd is a function cd () { if test -z "$1"; then builtin cd; else if test -z "$2"; then builtin cd "$1"; else builtin cd "$1" "$2"; fi; fi; _f=`findup .build-config`; if test -n "$_f" -a "$_lastf" != "$_f"; then echo "Loading $_f"; _lastf="$_f"; source "$_f"; fi } cd is a shell builtin -- --... ...-- .----. ... -.. . .-- .- --... .--. -..- .-- -- .- .-. -.-. *Computers: the final frontier. These are the voyages of the user Marc. His mission: to explore strange new hardware. To seek out new software and new applications. To boldly go where no Marc has gone before! * -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org