From: Huck Boles Date: Sat, 22 Jul 2023 00:38:10 +0000 (-0500) Subject: merged: from desktop X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=cd9bedf79dbf8dc0c1bfc8f81436604ced1753cb;p=zsh.git merged: from desktop --- diff --git a/.zshrc b/.zshrc index f4e4fbb..a7354c7 100644 --- a/.zshrc +++ b/.zshrc @@ -25,7 +25,7 @@ setopt append_create clobber_empty setopt hash_cmds hash_dirs setopt path_script prompt_subst setopt auto_param_keys auto_param_slash auto_remove_slash -setopt null_glob glob glob_dots glob_star_short bang_hist +setopt null_glob glob glob_dots glob_star_short bang_hist extendedglob unsetopt flow_control # completion diff --git a/include/aliases.zsh b/include/aliases.zsh index 907edd3..7f52974 100644 --- a/include/aliases.zsh +++ b/include/aliases.zsh @@ -24,9 +24,9 @@ alias ....='cd ../../..' alias h='history 0' alias j='jobs -l' alias c='clear' - -alias cd='z' alias zc='cd;clear' +alias cd='z ' +alias rename='perl-rename' alias dust='dust -rb' alias xz='xz -v -T0 -9 -M64G'