fix spelling and add cura
This commit is contained in:
		
							
								
								
									
										3
									
								
								.bashrc
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								.bashrc
									
									
									
									
									
								
							@@ -12,7 +12,7 @@ alias l=lfcd
 | 
				
			|||||||
alias clip="xclip -selection clipboard"
 | 
					alias clip="xclip -selection clipboard"
 | 
				
			||||||
alias phone="simple-mtpfs"
 | 
					alias phone="simple-mtpfs"
 | 
				
			||||||
alias bell="paplay /usr/share/sounds/freedesktop/stereo/complete.oga"
 | 
					alias bell="paplay /usr/share/sounds/freedesktop/stereo/complete.oga"
 | 
				
			||||||
alias useage="du -h -d 1 2> /dev/null | sort -h"
 | 
					alias usage="du -h -d 1 2> /dev/null | sort -h"
 | 
				
			||||||
# For laptop multi-gpu offloading
 | 
					# For laptop multi-gpu offloading
 | 
				
			||||||
alias nvidia_gpu="DRI_PRIME=1 __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia"
 | 
					alias nvidia_gpu="DRI_PRIME=1 __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia"
 | 
				
			||||||
# Opinionated defaults
 | 
					# Opinionated defaults
 | 
				
			||||||
@@ -20,6 +20,7 @@ alias feh="swallow feh --force-aliasing --draw-exif --scale-down --draw-filename
 | 
				
			|||||||
alias ffplay="swallow ffplay $@"
 | 
					alias ffplay="swallow ffplay $@"
 | 
				
			||||||
alias shutdown="shutdown -P now"
 | 
					alias shutdown="shutdown -P now"
 | 
				
			||||||
alias untar="tar -xvf $@"
 | 
					alias untar="tar -xvf $@"
 | 
				
			||||||
 | 
					alias cura="cura5 -platformtheme gtk3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export DENO_INSTALL="/home/oliver/.deno"
 | 
					export DENO_INSTALL="/home/oliver/.deno"
 | 
				
			||||||
export PATH="$PATH:$DENO_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin/"
 | 
					export PATH="$PATH:$DENO_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin/"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user