2022-03-26 05:03:39 +01:00
|
|
|
# default shell settings by aaron
|
|
|
|
## installation
|
|
|
|
### bash
|
2022-03-26 07:05:52 +01:00
|
|
|
`cd && git clone https://git.ar21.de/aaron/alias.git && echo "source ~/alias/.alias" >> .bashrc && source .bashrc`
|
2022-03-26 05:03:39 +01:00
|
|
|
### zsh
|
2022-03-26 07:05:52 +01:00
|
|
|
`cd && git clone https://git.ar21.de/aaron/alias.git && echo "source ~/alias/.alias" >> .zshrc && source .zshrc`
|