Bash: Change TERM when using ZSH
This commit is contained in:
		@@ -9,6 +9,7 @@
 | 
			
		||||
# Sometimes you can't change your shell. Sometimes you have to implement hacky
 | 
			
		||||
# workarounds
 | 
			
		||||
if [ -f ~/.bash-to-zsh ]; then
 | 
			
		||||
	export SHELL=$(which zsh)
 | 
			
		||||
	exec zsh
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user