Add bash configuration files
This commit is contained in:
9
create-links.bash
Executable file
9
create-links.bash
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $HOME || exit 1
|
||||
|
||||
CONFDIR=.bash
|
||||
|
||||
ln -sf $CONFDIR/bash_profile .bash_profile
|
||||
ln -sf $CONFDIR/bashrc .bashrc
|
||||
ln -sf $CONFDIR/bash_logout .bash_logout
|
Reference in New Issue
Block a user