Skip to content

Commit ec4c793

Browse files
committed
Prevent evaluation
1 parent a4cd303 commit ec4c793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bash_aliases

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ alias py2="python2"
3535
alias p2="python2"
3636

3737
# Search for a directory and cd into it
38-
alias sd="cd $(find ~ -type d | fzf)"
38+
alias sd='cd $(find ~ -type d | fzf)'

0 commit comments

Comments
 (0)