aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ="