Merge branch 'master' of github.com:sabrehagen/desktop-environment

This commit is contained in:
Jackson Delahunt 2019-01-30 04:46:37 +11:00
commit c633dcb0f7

View file

@ -1,10 +0,0 @@
# Configure tmux to always use utf8 mode and a fixed socket path
export CONTAINER_TMUX_SOCKET=$HOME/.tmux.sock
touch $CONTAINER_TMUX_SOCKET
alias tmux="tmux -u -S $CONTAINER_TMUX_SOCKET"
# Change to the most frequently used directory
STARTUP_DIR=$HOME/repositories/stemn/stemn-backend
if [ -d $STARTUP_DIR ]; then
cd $STARTUP_DIR
fi