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 -
LuPaw6046y@hashedram i wrote a bash script for that where you can use:
‚up‘ for cd..
Or
‚up <num>‘
For cd .. <num> times -
Lythenas2456yalias ..=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... -
mundo0349796y@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
-
BugsBuggy18I found a //TODO in our companies code that's there since early 2016. The company was founded in early 2016.
-
thatsnotnice10['🥚','🐔'].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...
alias cd..="cd .."
rant
wk126