macos update

This commit is contained in:
2025-07-28 19:25:02 -07:00
parent c39f6278fd
commit 7581f77431
3 changed files with 12 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ alias qutebrowser="qutebrowser --qt-arg stylesheet ~/.local/share/qutebrowser/fi
alias aniwrapper='aniwrapper -D 144' alias aniwrapper='aniwrapper -D 144'
## Colorls ## Colorls
alias ls='exa -M --group-directories-first --icons --color=always --group --git' alias ls='eza -M --group-directories-first --icons --color=always --group --git'
alias ll='ls -l' alias ll='ls -l'
alias la='ls -la' alias la='ls -la'

View File

@@ -16,3 +16,4 @@ copy-on-select = clipboard
app-notifications = no-clipboard-copy app-notifications = no-clipboard-copy
keybind = all:ctrl+enter=unbind keybind = all:ctrl+enter=unbind
keybind = all:ctrl+grave_accent=toggle_quick_terminal keybind = all:ctrl+grave_accent=toggle_quick_terminal
shell-integration = zsh

View File

@@ -48,4 +48,13 @@ zstyle :compinstall filename '/Users/sudacode/.zshrc'
autoload -Uz compinit autoload -Uz compinit
compinit compinit
# End of lines added by compinstall
# load both the URLquoting and pastemagic widgets
autoload -Uz url-quote-magic bracketed-paste-magic
# tell url-quote-magic which chars to escape
zstyle ':url-quote-magic:*' url-quotes ''
# bind it to both typing and pasting
zle -N self-insert url-quote-magic
zle -N bracketed-paste bracketed-paste-magic