i'm very tired of this
This commit is contained in:
parent
762eeb5b6d
commit
f15a7c68e1
10
bashset.sh
10
bashset.sh
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
ln -s .bashrc ~/.bashrc
|
||||
ln -s .bash_aliases ~/.bash_aliases
|
||||
ln -s .bash_docker ~/.bash_docker
|
||||
ln -s .bash_functions ~/.bash_functions
|
||||
touch ~/.bashlocal
|
||||
ln -s .bashrc $HOME/.bashrc
|
||||
ln -s .bash_aliases $HOME/.bash_aliases
|
||||
ln -s .bash_docker $HOME/.bash_docker
|
||||
ln -s .bash_functions $HOME/.bash_functions
|
||||
touch $HOME/.bashlocal
|
||||
read -p "lol maybe it worked"
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user