mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-05 02:53:38 -08:00
macos update
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user