1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-19 00:37:35 +08:00

Compare commits

..

No commits in common. "8510847ff38a142850e4a065dc3cf09555260ff7" and "efdfe2f29ac57a9de76391b4e5548edab6a43241" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#compdef bundle bundler
#compdef bundle
local curcontext="$curcontext" state line _gems _opts ret=1

View File

@ -80,7 +80,7 @@ EOF
(*.rar) unrar x -ad "$full_path" ;;
(*.rpm)
rpm2cpio "$full_path" | cpio --quiet -id ;;
(*.7z | *.7z.[0-9]*) 7za x "$full_path" ;;
(*.7z) 7za x "$full_path" ;;
(*.deb)
command mkdir -p "control" "data"
ar vx "$full_path" > /dev/null

View File

@ -32,7 +32,7 @@ function _configure_eza() {
_EZA_TAIL+=("--git")
fi
if zstyle -t ':omz:plugins:eza' 'icons'; then
_EZA_TAIL+=("--icons=auto")
_EZA_TAIL+=("--icons")
fi
zstyle -s ':omz:plugins:eza' 'time-style' _val
if [[ $_val ]]; then