tidy up, remove unneeded comments
This commit is contained in:
		
							parent
							
								
									de83f25d07
								
							
						
					
					
						commit
						ed157e3389
					
				
							
								
								
									
										8
									
								
								profile
								
								
								
								
							
							
						
						
									
										8
									
								
								profile
								
								
								
								
							| 
						 | 
					@ -5,13 +5,11 @@ export PATH=~/.npm-global/bin:$PATH
 | 
				
			||||||
ruby_path=$(ruby -r rubygems -e "puts Gem.user_dir")
 | 
					ruby_path=$(ruby -r rubygems -e "puts Gem.user_dir")
 | 
				
			||||||
export PATH=$ruby_path/bin:$PATH
 | 
					export PATH=$ruby_path/bin:$PATH
 | 
				
			||||||
export PATH=~/.bin:~/.bin/bin:~/.local/bin:$PATH
 | 
					export PATH=~/.bin:~/.bin/bin:~/.local/bin:$PATH
 | 
				
			||||||
# export PATH=/home/ray/.bin:/home/ray/.local/bin:/home/ray/.config/composer/vendor/bin:$PATH
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# https://developers.google.com/web/tools/puppeteer/troubleshooting
 | 
					# https://developers.google.com/web/tools/puppeteer/troubleshooting
 | 
				
			||||||
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
 | 
					export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# fzf + ag config
 | 
					# fzf + ag config
 | 
				
			||||||
# export FZF_DEFAULT_COMMAND='ag --nocolor -g ""'
 | 
					 | 
				
			||||||
export FZF_DEFAULT_COMMAND='rg --line-number --color never --no-heading ""'
 | 
					export FZF_DEFAULT_COMMAND='rg --line-number --color never --no-heading ""'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export HISTFILE=~/.histfile
 | 
					export HISTFILE=~/.histfile
 | 
				
			||||||
| 
						 | 
					@ -21,16 +19,14 @@ export SAVEHIST=$HISTSIZE
 | 
				
			||||||
#disable suspend and resume
 | 
					#disable suspend and resume
 | 
				
			||||||
stty -ixon
 | 
					stty -ixon
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# setxbmap gb
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# autoenv activate
 | 
					# autoenv activate
 | 
				
			||||||
export AUTOENV_ENV_FILENAME=.in
 | 
					export AUTOENV_ENV_FILENAME=.in
 | 
				
			||||||
export AUTOENV_ENV_LEAVE_FILENAME=.out
 | 
					export AUTOENV_ENV_LEAVE_FILENAME=.out
 | 
				
			||||||
export AUTOENV_ENABLE_LEAVE=1
 | 
					export AUTOENV_ENABLE_LEAVE=1
 | 
				
			||||||
source ~/.src/autoenv/activate.sh
 | 
					source "$HOME/.src/autoenv/activate.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# custom aliases
 | 
					# custom aliases
 | 
				
			||||||
[[ -f ~/.config/profile//aliases.sh ]] && . ~/.config/profile/aliases.sh
 | 
					[ -f "$HOME/.config/profile/aliases.sh" ] && . "$HOME/.config/profile/aliases.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# vim: filetype=sh
 | 
					# vim: filetype=sh
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue