my bash/zsh aliases and settings
Aaron Riedel
714d62bd99
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
.alias | ||
.drone.yml | ||
.git_defaults | ||
README.md |
default shell settings by aaron
installation
bash
cd && git clone https://git.ar21.de/aaron/alias.git && echo "source ~/alias/.alias" >> .bashrc && source .bashrc
zsh
cd && git clone https://git.ar21.de/aaron/alias.git && echo "source ~/alias/.alias" >> .zshrc && source .zshrc