Update README.md

This commit is contained in:
2024-08-29 02:26:05 -04:00
parent 06a033b35b
commit 245b824c0a

View File

@@ -1,9 +1,7 @@
# wiki
```shell
mkdir -p ~/.config && cd ~/.config
git clone https://git.yauk.tv/jay817/wiki
ln -s $(pwd)/wiki/linux-bash/bash_aliases.sh ~/.bash_aliases
RC="$HOME/.${SHELL##*/}rc" && echo $RC
source "$RC"
source "$HOME/.${SHELL##*/}rc"
```