curve: move kitaab alias

This commit is contained in:
Anish Lakhwara
2023-06-03 21:47:11 +10:00
parent a06cb1231f
commit 37e25bb697
2 changed files with 5 additions and 2 deletions
-2
View File
@@ -211,8 +211,6 @@
"...." = "cd ../../..";
"....." = "cd ../../../..";
# kitaab recents
kr = "cd /home/anish/kitaab/vimwiki; exa --sort=modified --reverse | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./{}'";
icat = "kitty +kitten icat";
yt = "ytfzf -T kitty -t ";
gen-secret = "< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c\${1:-32};echo;";