We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e726f2 commit a4cd303Copy full SHA for a4cd303
.bash_aliases
@@ -33,3 +33,6 @@ alias py="python3"
33
alias p="python3"
34
alias py2="python2"
35
alias p2="python2"
36
+
37
+# Search for a directory and cd into it
38
+alias sd="cd $(find ~ -type d | fzf)"
0 commit comments