diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-07 09:50:01 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-07 09:50:01 +0100 |
commit | 1f2151f43162c62d24ab0669c0bced0f2e8496be (patch) | |
tree | 6d57fac0ab3fdae8f422102f9728b8cd3f87e456 | |
parent | 845c025ba088fc73812e567dfeb9ffdfc98c3720 (diff) |
add shortcut for fzf cd
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ alias scdl="scdl --onlymp3 -l" alias screenrecord='giph -f 60 -s -b 4 -c 255,255,255 $(date +"$HOME/%Y-%m-%d_%H-%M-%S.mp4")' alias deemix="deemix -b FLAC -p ~/dl" alias docxtopdf="soffice --headless --convert-to pdf" +alias fd='cd "`find . -type d | fzf`"' function = () { python3 -c "from math import *; deg = pi / 180; print($*)" } aliases[=]="noglob =" |