AutoYADM commit: 2025-02-17 13:45:06

This commit is contained in:
Daniel Fichtinger 2025-02-17 13:45:06 -05:00
parent 4dd5b6f488
commit df152652ab

1
.zshrc
View file

@ -2,6 +2,7 @@
bindkey -r '\ex' 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
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
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh