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