Modify tmux config/setup, zsh, some nvim & skhd key mappings, etc
This commit is contained in:
		@@ -11,6 +11,7 @@ alias gfo='git fetch origin'
 | 
			
		||||
alias git-push-to-temp='git branch -D temp; git checkout -b temp; git push origin temp -uf; git checkout -'
 | 
			
		||||
alias gpdev='git-push-to-temp'
 | 
			
		||||
alias gpo='git pull origin'
 | 
			
		||||
git config --global user.email "$EMAIL_PERSONAL_DEV"
 | 
			
		||||
 | 
			
		||||
# code/test/linter run and build commands
 | 
			
		||||
alias bel='bundle exec standardrb'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user