do not create symlink
This commit is contained in:
parent
a400bb29fd
commit
7e99be1dbe
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# default shell settings by aaron
|
# default shell settings by aaron
|
||||||
## installation
|
## installation
|
||||||
### bash
|
### bash
|
||||||
`cd && git clone https://git.ar21.de/aaron/alias.git && ln -s ~/alias/.alias . && echo "source ~/.alias" >> .bashrc && source .bashrc`
|
`cd && git clone https://git.ar21.de/aaron/alias.git && echo "source ~/alias/.alias" >> .bashrc && source .bashrc`
|
||||||
### zsh
|
### zsh
|
||||||
`cd && git clone https://git.ar21.de/aaron/alias.git && ln -s ~/alias/.alias . && echo "source ~/.alias" >> .zshrc && source .zshrc`
|
`cd && git clone https://git.ar21.de/aaron/alias.git && echo "source ~/alias/.alias" >> .zshrc && source .zshrc`
|
||||||
|
|
Loading…
Reference in a new issue