1.2.0 Further additions, quick cleanup

This commit is contained in:
2020-10-05 11:34:15 +02:00
parent 49f2ea379d
commit 0d563d3c8c
56 changed files with 114 additions and 3033 deletions

View File

@@ -5,7 +5,6 @@ setopt nocaseglob # Case insensiti
setopt rcexpandparam # Array expension with parameters
setopt nocheckjobs # Don't warn about running processes when exiting
setopt numericglobsort # Sort filenames numerically when it makes sense
setopt nobeep # No beep
setopt appendhistory # Immediately append history instead of overwriting
setopt histignorealldups # If a new command is a duplicate, remove the older one
setopt autocd # if only directory path is entered, cd there.