diff --git a/.bash_aliases b/.bash_aliases index f427679..74d27e4 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -13,7 +13,7 @@ alias qutebrowser="qutebrowser --qt-arg stylesheet ~/.local/share/qutebrowser/fi alias aniwrapper='aniwrapper -D 144' ## 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 la='ls -la' diff --git a/.config/ghostty/config##os.Darwin b/.config/ghostty/config##os.Darwin index 3fc5c20..b54ed74 100644 --- a/.config/ghostty/config##os.Darwin +++ b/.config/ghostty/config##os.Darwin @@ -16,3 +16,4 @@ copy-on-select = clipboard app-notifications = no-clipboard-copy keybind = all:ctrl+enter=unbind keybind = all:ctrl+grave_accent=toggle_quick_terminal +shell-integration = zsh diff --git a/.zsh/.zshrc##os.Darwin b/.zsh/.zshrc##os.Darwin index af3ac1d..9ec8942 100644 --- a/.zsh/.zshrc##os.Darwin +++ b/.zsh/.zshrc##os.Darwin @@ -48,4 +48,13 @@ zstyle :compinstall filename '/Users/sudacode/.zshrc' autoload -Uz compinit compinit -# End of lines added by compinstall + +# load both the URL‐quoting and paste‐magic 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