From 48cdc07fe0b677620012078ca6294be6bc5fdd54 Mon Sep 17 00:00:00 2001 From: eeleater Date: Sun, 19 Nov 2023 23:24:23 +0100 Subject: [PATCH] changed some stuff --- dot_config/zsh/dot_zsh_plugins.txt | 2 +- dot_config/zsh/dot_zshenv | 2 +- dot_config/zsh/files/aliases.zsh | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dot_config/zsh/dot_zsh_plugins.txt b/dot_config/zsh/dot_zsh_plugins.txt index a707551..3744b84 100644 --- a/dot_config/zsh/dot_zsh_plugins.txt +++ b/dot_config/zsh/dot_zsh_plugins.txt @@ -10,7 +10,7 @@ ohmyzsh/ohmyzsh path:lib/key-bindings.zsh ohmyzsh/ohmyzsh path:lib/history.zsh ohmyzsh/ohmyzsh path:lib/directories.zsh ohmyzsh/ohmyzsh path:plugins/systemd -ohmyzsh/ohmyzsh path:plugins/fzf +#ohmyzsh/ohmyzsh path:plugins/fzf ohmyzsh/ohmyzsh path:plugins/command-not-found ohmyzsh/ohmyzsh path:plugins/transfer diff --git a/dot_config/zsh/dot_zshenv b/dot_config/zsh/dot_zshenv index 0d6d61c..a42d2a6 100644 --- a/dot_config/zsh/dot_zshenv +++ b/dot_config/zsh/dot_zshenv @@ -64,4 +64,4 @@ export GPG_TTY="$TTY" export DIFFPROG='meld' export AUTO_NTFY_DONE_IGNORE="ntfy emacs htop info less mail man meld most mutt nano screen ssh tail tmux top vi vim watch bat cat kate topgrade" -setopt no_global_rcs +unsetopt global_rcs diff --git a/dot_config/zsh/files/aliases.zsh b/dot_config/zsh/files/aliases.zsh index d691777..12b0ab3 100644 --- a/dot_config/zsh/files/aliases.zsh +++ b/dot_config/zsh/files/aliases.zsh @@ -1,3 +1,6 @@ +# temporary overwrite ls +alias ls='eza -Fgh --group-directories-first --git --git-ignore --icons --color-scale all --hyperlink' + alias grep='rg' alias find='fd'