mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	figuring out home dir on unix systems as well
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
# of the tab window should be.
 | 
			
		||||
if [[ $TERM == "screen" ]]; then
 | 
			
		||||
  if [[ $_GET_PATH == '' ]]; then
 | 
			
		||||
    _GET_PATH='echo $PWD | sed "s/^\/Users\//~/;s/^~$USER/~/"'
 | 
			
		||||
    _GET_PATH='echo $PWD | sed "s/^\/Users\//~/;s/^\/home\//~/;s/^~$USER/~/"'
 | 
			
		||||
  fi
 | 
			
		||||
  if [[ $_GET_HOST == '' ]]; then
 | 
			
		||||
    _GET_HOST='echo $HOST | sed "s/\..*//"'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user