Skip to content

Commit a4cd303

Browse files
committed
Introduce sd alias
1 parent 3e726f2 commit a4cd303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bash_aliases

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ alias py="python3"
3333
alias p="python3"
3434
alias py2="python2"
3535
alias p2="python2"
36+
37+
# Search for a directory and cd into it
38+
alias sd="cd $(find ~ -type d | fzf)"

0 commit comments

Comments
 (0)