From aa14d4125c82b637f9d93c498e3da964637d7bf5 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 7 Dec 2025 23:18:28 +0300 Subject: [PATCH] zsh completions --- home/user/.config/zsh/completion | 1 + home/user/.config/zsh/zshrc.d/00_zhashd.sh | 2 +- home/user/.tmux/dotfiles | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/user/.config/zsh/completion b/home/user/.config/zsh/completion index 9f03413..854c443 100644 --- a/home/user/.config/zsh/completion +++ b/home/user/.config/zsh/completion @@ -27,6 +27,7 @@ zstyle ':completion:*' squeeze-slashes true zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate _prefix _list zstyle ':completion:*:match:*' original only zstyle ':completion:*:approximate:*' max-errors 1 numeric +zstyle ':completion:*:*:(eza|ls):*' file-sort modification zstyle ':completion:*:(all-|)files' ignored-patterns '(|*/)CVS' zstyle ':completion:*:cd:*' ignored-patterns '(*/)#CVS' diff --git a/home/user/.config/zsh/zshrc.d/00_zhashd.sh b/home/user/.config/zsh/zshrc.d/00_zhashd.sh index 9421dc6..31a70f1 100644 --- a/home/user/.config/zsh/zshrc.d/00_zhashd.sh +++ b/home/user/.config/zsh/zshrc.d/00_zhashd.sh @@ -1,3 +1,3 @@ # Example: # hash -d pa=~/code/ProcessAgent2 -# cd ~pa \ No newline at end of file +# cd ~pa diff --git a/home/user/.tmux/dotfiles b/home/user/.tmux/dotfiles index cd57414..ce686f1 100755 --- a/home/user/.tmux/dotfiles +++ b/home/user/.tmux/dotfiles @@ -10,6 +10,7 @@ readonly WORKING_PROJECT="${HOME}/dotfiles" if ! tmux has-session -t="${SESSION}"; then tmux new-session -s "${SESSION}" -d -n "${MAINW}" -c "${WORKING_PROJECT}" tmux splitw -t "${SESSION}:${MAINW}" -d -b -h -l "${_tmux_other_pane_size}" -c '#{pane_current_path}' + sleep 0.3 tmux send-keys -t "${SESSION}:${MAINW}.1" "git pull --rebase && git push" Enter tmux send-keys -t "${SESSION}:${MAINW}.2" '$EDITOR' Enter tmux send-keys -t "${SESSION}:${MAINW}.2" ':Telescope find_files' Enter