Initial commit

This commit is contained in:
2025-01-05 21:23:26 +01:00
commit 4537968a05
4 changed files with 123 additions and 0 deletions

19
zshrc Normal file
View File

@@ -0,0 +1,19 @@
USE_POWERLINE="true"
HAS_WIDECHARS="false"
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
source /usr/share/zsh/manjaro-zsh-config
fi
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
source /usr/share/zsh/manjaro-zsh-prompt
fi
alias ls="eza --icons"
alias ll="ls -lga --header"
alias tree="ls -T"
alias cat="bat -S"
alias vim="nvim"
alias mv="mv -i"
eval "$(thefuck --alias)"
eval "$(zoxide init --cmd cd zsh)"