AutoYADM commit: 2025-02-17 15:30:06

This commit is contained in:
Daniel Fichtinger 2025-02-17 15:30:06 -05:00
parent 34035c24c8
commit 27841097e3
2 changed files with 13 additions and 9 deletions

2
.zshrc
View file

@ -4,6 +4,7 @@ ZSH="$HOME/.oh-my-zsh"
export DISABLE_LS_COLORS=true
export PAGER=ov
export MANPAGER="ov --section-delimiter '^[^\s]' --section-header"
export EGET_BIN="/home/fic/.eget/bin"
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 )
source ~/.profile
@ -100,6 +101,7 @@ export PATH="$PATH:/home/fic/.local/bin:/home/fic/.cargo/bin:/home/fic/go/bin"
export PATH="$PATH:/home/fic/.local/share/bob/nvim-bin"
export PATH="$PATH:/home/fic/.luarocks/bin"
export PATH="$PATH:/home/fic/.local/share/npm/bin"
export PATH="$PATH:/home/fic/.local/share/npm/bin"
fpath=(~/.zsh.d/ $fpath)
function nh() {
nohup "$@" > /dev/null 2>&1 &