YOU FINALLY DON'T HAVE TO BE IN THE YTFEED DIRECTORY TO RUN THE CLI!
This commit is contained in:
		
							parent
							
								
									3672b077b8
								
							
						
					
					
						commit
						a3e9ee1a01
					
				@ -33,6 +33,8 @@ path() {
 | 
			
		||||
	echo 'file://'$(realpath $1) | xclip
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
alias sudo="doas"
 | 
			
		||||
 | 
			
		||||
# my media hard drive
 | 
			
		||||
alias partone="sudo mount -L 'PARTONE' /mnt/partone"
 | 
			
		||||
# sd card with music on it
 | 
			
		||||
@ -43,17 +45,19 @@ mnt() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# aliases for using a VGA monitor, i use these at home and at school
 | 
			
		||||
vgaoff() {
 | 
			
		||||
deskoff() {
 | 
			
		||||
	xsetwacom set "Wacom Intuos2 6x8 Pen stylus" MapToOutput LVDS1
 | 
			
		||||
	xrandr --output VGA1 --off
 | 
			
		||||
}
 | 
			
		||||
vgaon() {
 | 
			
		||||
deskon() {
 | 
			
		||||
	xrandr --output VGA1 --auto --left-of LVDS1
 | 
			
		||||
	xsetwacom set "Wacom Intuos2 6x8 Pen stylus" MapToOutput VGA1
 | 
			
		||||
}
 | 
			
		||||
alias bedoff="xrandr --output VGA1 --off"
 | 
			
		||||
alias bedon="xrandr --output VGA1 --auto --right-of LVDS1"
 | 
			
		||||
 | 
			
		||||
# project i'm working on
 | 
			
		||||
alias ytfeed="cd $HOME/github/ytfeed.py && ./cli.py"
 | 
			
		||||
alias ytfeed="$HOME/github/ytfeed.py/cli.py"
 | 
			
		||||
 | 
			
		||||
# for ruby working
 | 
			
		||||
eval "$(rbenv init -)"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user