Fixed tmux
This commit is contained in:
parent
6ba830e9fd
commit
14e015de35
@ -54,7 +54,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
|||||||
if [ "$VALUE" = "t" ] ; then
|
if [ "$VALUE" = "t" ] ; then
|
||||||
echo "Syncing tmux"
|
echo "Syncing tmux"
|
||||||
rm ~/.tmux.conf
|
rm ~/.tmux.conf
|
||||||
ln -s ${PWD}../tmux/tmux.conf ~/.tmux.conf
|
ln -s ${PWD}/../tmux/tmux.conf ~/.tmux.conf
|
||||||
fi
|
fi
|
||||||
if [ "$VALUE" = "c" ] ; then
|
if [ "$VALUE" = "c" ] ; then
|
||||||
echo "Syncing config files"
|
echo "Syncing config files"
|
||||||
|
Loading…
Reference in New Issue
Block a user