dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

.zshrc.local (157B)


      1 [ -f ~/.cargo/env ] && source ~/.cargo/env
      2 [ -d /opt/bin ] && [[ "$PATH" != *:/opt/bin* ]] && export PATH="$PATH:/opt/bin"
      3 
      4 alias :e="$EDITOR"
      5 alias :q=exit