aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-07 09:50:01 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-07 09:50:01 +0100
commit1f2151f43162c62d24ab0669c0bced0f2e8496be (patch)
tree6d57fac0ab3fdae8f422102f9728b8cd3f87e456
parent845c025ba088fc73812e567dfeb9ffdfc98c3720 (diff)
add shortcut for fzf cd
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 840599c..94b443b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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 ="