Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				alias .. = "cd.."
 alias ... = "cd ../.."
 alias ... = "cd ../../.."
 and so on..
 
 Wanna go 3 levels at once?
 
 ...
 
 Boom
- 
				
				 LuPaw5947y@hashedram i wrote a bash script for that where you can use: LuPaw5947y@hashedram i wrote a bash script for that where you can use:
 ‚up‘ for cd..
 Or
 ‚up <num>‘
 
 For cd .. <num> times
- 
				
				 Lythenas2377yalias ..=cd .. Lythenas2377yalias ..=cd ..
 Or use zsh or something.
 
 PS: That was fucking hard to type on my phone...
- 
				
				@mundo03 that'd be too suspicious...
 You being asked for your sudo password just to change directory? There's something fishy...
- 
				
				 mundo0348297y@FinlayDaG33k yoi just have to remember that people are stupid aaand might be already logged in aaandddd it was a joke. mundo0348297y@FinlayDaG33k yoi just have to remember that people are stupid aaand might be already logged in aaandddd it was a joke.
 
 alias cd="xinput disable 'keyboard'"
Related Rants
- 
						
							 BugsBuggy17I found a //TODO in our companies code that's there since early 2016. The company was founded in early 2016. BugsBuggy17I found a //TODO in our companies code that's there since early 2016. The company was founded in early 2016.
- 
						
							 thatsnotnice9['🥚','🐔'].sort(); Now I know the truth ...according to JS. thatsnotnice9['🥚','🐔'].sort(); Now I know the truth ...according to JS.
- 
						
							 YuganshT7912I had to install a program whose setup file size was 3GB and I already had that setup in my pendrive, but my p... YuganshT7912I had to install a program whose setup file size was 3GB and I already had that setup in my pendrive, but my p...








alias cd..="cd .."
rant
wk126