1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-05-11 05:55:03 +03:00

Add history search command to zsh

This commit is contained in:
2020-04-27 10:16:35 +03:00
parent 8af0dec58a
commit 575d2d934b
+2
View File
@@ -91,6 +91,8 @@ function new-scratch {
echo "New scratch dir ready for grinding ;>"
}
histsearch() { fc -lim "*$@*" 1 }
alias pacman="sudo pacman"
alias py="python"
alias py2="python2"