From e6c35b7b14ba815b82a7377f16b06801d68700ce Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 29 Jul 2022 17:04:24 -0500 Subject: bleh --- bash/aliases.bash | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bash/aliases.bash') diff --git a/bash/aliases.bash b/bash/aliases.bash index 7875574..7b5ed55 100644 --- a/bash/aliases.bash +++ b/bash/aliases.bash @@ -27,3 +27,9 @@ alias rebash='source ~/.bash_profile' # Debugging alias emacs_goddamnit='pushd ~/.emacs.d;emacs --debug-init;popd' + +# other +alias radio=radish +if ! command -v fd >/dev/null 2>&1; then + alias fd=fdfind +fi -- cgit 1.4.1-21-gabe81