AutoYADM commit: 2025-02-17 14:45:07
This commit is contained in:
parent
bec2096b96
commit
942016e77b
2 changed files with 3 additions and 0 deletions
|
@ -50,8 +50,10 @@ StyleHeader:
|
||||||
Bold: true
|
Bold: true
|
||||||
Foreground: "red"
|
Foreground: "red"
|
||||||
StyleOverStrike:
|
StyleOverStrike:
|
||||||
|
Foreground: "yellow"
|
||||||
Bold: true
|
Bold: true
|
||||||
StyleOverLine:
|
StyleOverLine:
|
||||||
|
Foreground: "red"
|
||||||
Underline: true
|
Underline: true
|
||||||
StyleLineNumber:
|
StyleLineNumber:
|
||||||
Bold: true
|
Bold: true
|
||||||
|
|
1
.zshrc
1
.zshrc
|
@ -3,6 +3,7 @@ bindkey -r '\ex'
|
||||||
ZSH="$HOME/.oh-my-zsh"
|
ZSH="$HOME/.oh-my-zsh"
|
||||||
export DISABLE_LS_COLORS=true
|
export DISABLE_LS_COLORS=true
|
||||||
export PAGER=ov
|
export PAGER=ov
|
||||||
|
export MANPAGER="ov --section-delimiter '^[^\s]' --section-header"
|
||||||
plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases copybuffer copyfile copypath fancy-ctrl-z systemd )
|
plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases copybuffer copyfile copypath fancy-ctrl-z systemd )
|
||||||
# plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
|
# plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue