mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
use hypr under nvidia
This commit is contained in:
parent
59328ad384
commit
64d100c252
19 changed files with 125 additions and 67 deletions
|
|
@ -9,8 +9,15 @@ HIST_STAMPS="yyyy-mm-dd"
|
|||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
||||
export LANG=zh_CN.UTF-8
|
||||
export LC_ALL=zh_CN.UTF-8
|
||||
setopt INTERACTIVE_COMMENTS # Allow comments in interactive mode
|
||||
|
||||
# Globbing
|
||||
setopt EXTENDED_GLOB # Extended globbing
|
||||
setopt GLOB_DOTS # Include dotfiles in globbing
|
||||
|
||||
# Error correction
|
||||
setopt CORRECT # Suggest corrections for commands
|
||||
setopt CORRECT_ALL # Suggest corrections for arguments
|
||||
|
||||
# Manually manage plugins 手动管理插件
|
||||
# Load zsh-syntax-highlighting before zsh-history-substring-search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue