From 40c30e11f212b98002f61169cc833b586e15c470 Mon Sep 17 00:00:00 2001 From: Antoine Date: Mon, 25 Mar 2024 18:08:30 +0100 Subject: [PATCH] remove sd alias --- bash_profile | 1 - bashrc | 1 - 2 files changed, 2 deletions(-) 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)"