this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zsh: syntax

+1 -1
+1 -1
zsh/zshenv
··· 8 8 export BAT_THEME="ansi" 9 9 export DELTA_FEATURES="+side-by-side +line-numbers" 10 10 11 - alias dots="cd $DOTFILES_DIR && nvim" 11 + alias dots="cd ${DOTFILES_DIR} && nvim" 12 12 alias c="clear" 13 13 alias tma="tmux a" 14 14 alias tn="tmux new-session"