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
-
@h3ll Someone is. It's like when I first got the prompt to show which git branch I'm on. Life got a whole lit easier.
-
MLK791978yI 'mkdir && cd' and then run 'ls'. And every time I do it, I ask myself 'da fuck are you doing?'.
-
I prefer the ll alias myself. But with the number of files I'm working with, I'm used to counting first before I list all the files.
-
I always do that. It's a holdover habit that evolved from
DOS
C:> cd \folder
C:> dir/p
Never trust a developer who’s muscle memory isn’t set up to automatically run `ls` *immediately* after `cd`ing into a directory.
undefined
bash dev