[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles. My shell customizations - aliases, functions, and themes.
dotfiles shell zinit zsh
0

Configure Feed

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

ze = $z 1 && edit

+4
+4
interact.zsh
··· 1 1 #/bin/zsh 2 2 source "$Z/theme"; 3 3 alias e=edit 4 + ze(){ 5 + z $1 && 6 + edit 7 + } 4 8 5 9 edit(){ 6 10 $EDITOR ${1:-.}