Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu default tmux shell

if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
  exec tmux
fi
Comment

PREVIOUS NEXT
Code Example
Shell :: git recover deleted file 
Shell :: git config path 
Shell :: enviroment variables in firebase 
Shell :: docker build without cache 
Shell :: sudo gem install cocoapods-deintegrate cocoapods-clean 
Shell :: svg to png convert imagemagick 
Shell :: list groups linux for user 
Shell :: how to install npm packages globally 
Shell :: install kubernetes linux 
Shell :: gitlab runner on docker 
Shell :: deploy docker to heroku 
Shell :: github clone with access token 
Shell :: sudo swapoff 
Shell :: csv to markdown table 
Shell :: exit status bash 
Shell :: git clone password authentication failed 
Shell :: git revert remote branch 
Shell :: check memcached status 
Shell :: is it possible to check with my website if an app is installed? 
Shell :: CMD-Digital Clook 
Shell :: shell script to enter a number and check the number is perfect number or not 
Shell :: bash: udevadm: command not found 
Shell :: linux apt ignore not found package 
Shell :: files 664 folders 755 
Shell :: termbin command 
Shell :: wsl terminate distro 
Shell :: command line if output of command is equal to string 
Shell :: a command is running and send en email when completed in ubuntu 
Shell :: git delete branch remote 
Shell :: sed remove square brackets 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =