update
This commit is contained in:
		
							parent
							
								
									3694016696
								
							
						
					
					
						commit
						5d15bc9369
					
				| 
						 | 
				
			
			@ -1,7 +1,12 @@
 | 
			
		|||
# fix problem with aur package: anki-official-binary-bundle 2.1.49-1
 | 
			
		||||
alias anki='anki --no-sandbox'
 | 
			
		||||
 | 
			
		||||
# enable aliases for commands inside sudo
 | 
			
		||||
# TOOD check this is safe
 | 
			
		||||
alias sudo='sudo '
 | 
			
		||||
 | 
			
		||||
alias gitknow='cd ~/knowledge-base&& git add . && git status  && git commit -m update && git push'
 | 
			
		||||
 | 
			
		||||
alias e='nvim'
 | 
			
		||||
alias pcm='pcmanfm . &'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -100,3 +105,4 @@ newsh() {
 | 
			
		|||
	chmod +x "$1"
 | 
			
		||||
	nvim "$1" +3
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										6
									
								
								profile
								
								
								
								
							
							
						
						
									
										6
									
								
								profile
								
								
								
								
							| 
						 | 
				
			
			@ -31,9 +31,9 @@ export AUTOENV_ENABLE_LEAVE=1
 | 
			
		|||
[ -f "$HOME/.src/autoenv/activate.sh" ] && . "$HOME/.src/autoenv/activate.sh"
 | 
			
		||||
 | 
			
		||||
# z.sh
 | 
			
		||||
if [ -f "$HOME/.z.lua/z.lua" ] ; then
 | 
			
		||||
	eval "$(lua $HOME/.z.lua/z.lua --init zsh enhanced once)"
 | 
			
		||||
fi
 | 
			
		||||
	if [ -n "$ZSH_VERSION" ] && [ -f "$HOME/.z.lua/z.lua" ] ; then
 | 
			
		||||
		eval "$(lua $HOME/.z.lua/z.lua --init zsh enhanced once)"
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
# custom aliases
 | 
			
		||||
[ -f "$HOME/.config/profile/aliases.sh" ] && . "$HOME/.config/profile/aliases.sh"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue