From e45b4905da42d6369097c8baf3e88e7215108251 Mon Sep 17 00:00:00 2001 From: Debucquoy Date: Thu, 2 Nov 2023 09:24:47 +0100 Subject: [PATCH] zsh more and less --- zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 14fa643..b5ae5d6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -65,6 +65,7 @@ alias gitu='git add . && git commit && git push' alias ls='ls --color=auto' alias cal='cal -m' alias dotfiles='git --git-dir=$HOME/.config/dotfiles --work-tree=$HOME' +alias findfiles="find . -name " alias rofi="rofi -show combi" alias get_idf='source /opt/esp-idf/export.sh' alias open="xdg-open" @@ -210,4 +211,4 @@ case $(basename "$(cat "/proc/$PPID/comm")") in ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8' ;; esac -PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source "/home/tonitch/.config/tea/autocomplete.zsh" +# PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source "/home/tonitch/.config/tea/autocomplete.zsh"