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

View file

@ -9,5 +9,7 @@ export FZF_TMUX_OPTS=" -p90%,70% "
export FZF_CTRL_T_OPTS="--preview 'bat --color=always -n --line-range :500 {}'"
export FZF_ALT_C_OPTS="--preview 'eza --tree --color=always {} | head -200'"
source ~/.config/zsh/fzf-git.sh
alias fman="compgen -c | fzf | xargs man"
alias nzo="~/.config/zsh/zoxide-nvim.sh"