changed some stuff

This commit is contained in:
eeleater 2023-11-19 23:24:23 +01:00
parent 8ceb1be386
commit 48cdc07fe0
3 changed files with 5 additions and 2 deletions

View file

@ -10,7 +10,7 @@ ohmyzsh/ohmyzsh path:lib/key-bindings.zsh
ohmyzsh/ohmyzsh path:lib/history.zsh ohmyzsh/ohmyzsh path:lib/history.zsh
ohmyzsh/ohmyzsh path:lib/directories.zsh ohmyzsh/ohmyzsh path:lib/directories.zsh
ohmyzsh/ohmyzsh path:plugins/systemd 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/command-not-found
ohmyzsh/ohmyzsh path:plugins/transfer ohmyzsh/ohmyzsh path:plugins/transfer

View file

@ -64,4 +64,4 @@ export GPG_TTY="$TTY"
export DIFFPROG='meld' 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" 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

View file

@ -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 grep='rg'
alias find='fd' alias find='fd'