AutoYADM commit: 2024-12-16 16:35:05

This commit is contained in:
Daniel Fichtinger 2024-12-16 16:35:05 -05:00
parent 4dfec76153
commit 2ac36c4c0d
4 changed files with 368 additions and 2 deletions

4
.zshrc
View file

@ -23,10 +23,10 @@ bindkey "^e" edit-command-line
# Set up fzf key bindings and fuzzy completion
source ~/.config/zsh/fzf.zsh
# Not working for some reason...
source ~/.config/zsh/fzf-git.sh
# source ~/.config/zsh/fzf-git.sh
# alias ls="eza -lh --git"
alias ls="eza --long --git --header --icons"
alias ls="eza --long --color=always --git --header --icons --no-user"
alias c="clear"
alias top=btop
alias minvim='NVIM_APPNAME="nvim-min" nvim'