From 1f2151f43162c62d24ab0669c0bced0f2e8496be Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 7 Dec 2022 09:50:01 +0100 Subject: add shortcut for fzf cd --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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 =" -- cgit v1.2.3