mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Update cloudcatcher
This commit is contained in:
parent
fb6bf89469
commit
6a369c0e92
3 changed files with 10 additions and 1 deletions
7
.bash_profile
Normal file
7
.bash_profile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# ~/.bash_profile: executed by bash(1) for login shells.
|
||||||
|
|
||||||
|
if [ ! -f "/dev/shm/cloudcatcher-banner.txt" ]; then
|
||||||
|
$HOME/bin/cloudcatcher/cloudcatcher.sh >/dev/shm/cloudcatcher-banner.txt;
|
||||||
|
fi
|
||||||
|
|
||||||
|
cat /dev/shm/cloudcatcher-banner.txt;
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6c68107e5a6f43ad155436bbadac22bdf4d524ff
|
Subproject commit 71b376b1b46964e407b444493713d60565ab4678
|
2
envsetup
2
envsetup
|
@ -4,11 +4,13 @@ BIN_DIR=$(pwd)
|
||||||
# Backup the existing bashrc and bash aliases
|
# Backup the existing bashrc and bash aliases
|
||||||
mv ~/.bashrc ~/.bashrc.bak
|
mv ~/.bashrc ~/.bashrc.bak
|
||||||
mv ~/.bash_aliases ~/.bash_aliases.bak
|
mv ~/.bash_aliases ~/.bash_aliases.bak
|
||||||
|
mv ~/.bash_profile ~/.bash_profile.bak
|
||||||
mv ~/.hh_favourites ~/.hh_favourites.bak
|
mv ~/.hh_favourites ~/.hh_favourites.bak
|
||||||
mv ~/.nanorc ~/.nanorc.bak
|
mv ~/.nanorc ~/.nanorc.bak
|
||||||
# Link to the new ones
|
# Link to the new ones
|
||||||
ln -s ${BIN_DIR}/.bashrc ~/.bashrc
|
ln -s ${BIN_DIR}/.bashrc ~/.bashrc
|
||||||
ln -s ${BIN_DIR}/.bash_aliases ~/.bash_aliases
|
ln -s ${BIN_DIR}/.bash_aliases ~/.bash_aliases
|
||||||
|
ln -s ${BIN_DIR}/.bash_profile ~/.bash_profile
|
||||||
ln -s ${BIN_DIR}/.hh_favorites ~/.hh_favorites
|
ln -s ${BIN_DIR}/.hh_favorites ~/.hh_favorites
|
||||||
ln -s ${BIN_DIR}/.nanorc ~/.nanorc
|
ln -s ${BIN_DIR}/.nanorc ~/.nanorc
|
||||||
# Copy the bash host file into place
|
# Copy the bash host file into place
|
||||||
|
|
Loading…
Reference in a new issue