From a78cb0a70a17ab54b35656d504c899c00a9f05a4 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 7 Jan 2025 21:15:04 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-07 21:15:04 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 91c1b904..7fdc54a8 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,7 @@ # bindkey -r '^S' bindkey -r '\ex' ZSH="$HOME/.oh-my-zsh" +export DISABLE_LS_COLORS=true plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd ) source ~/.profile source $ZSH/oh-my-zsh.sh @@ -76,7 +77,6 @@ alias yadmadd="~/dev/autoyadm/yadmadd.sh" 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" fpath=(~/.zsh.d/ $fpath) -unalias ls function nh() { nohup "$@" > /dev/null 2>&1 & }