mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
Merge branch 'master' of github.com:sabrehagen/desktop-environment
This commit is contained in:
commit
c633dcb0f7
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue