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