diff --git a/bash_profile b/bash_profile index 2e5152a..f7ec86a 100644 --- a/bash_profile +++ b/bash_profile @@ -14,5 +14,4 @@ alias n="cd ~/notes" alias nv="nvim" alias t="tmux" alias d="cd ~/dev" -alias sd="cd ~ && cd \$(find * -type d | fzf)" eval "$(starship init bash)" diff --git a/bashrc b/bashrc index 9d01c2a..7796a23 100644 --- a/bashrc +++ b/bashrc @@ -4,5 +4,4 @@ alias ~="cd ~" alias n="cd ~/notes" alias nv="nvim" alias t="tmux" -alias sd="cd ~ && cd \$(find * -type d | fzf)" eval "$(starship init bash)"