]> git.huck.website - zsh.git/commitdiff
merged: from desktop falcon
authorHuck Boles <huck@huck.website>
Sat, 22 Jul 2023 00:38:10 +0000 (19:38 -0500)
committerHuck Boles <huck@huck.website>
Sat, 22 Jul 2023 00:38:10 +0000 (19:38 -0500)
.zshrc
include/aliases.zsh

diff --git a/.zshrc b/.zshrc
index f4e4fbb56b6b829c13a3842f6a2060514d7c754d..a7354c730db33add4bb476ea5bed1f7440db214d 100644 (file)
--- 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
index 907edd3099df426eef24719c3c2c31a48891207b..7f529743a9ef2195a048dc4a403274846130c09b 100644 (file)
@@ -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'