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
		
- 
				
				 Stocken4257y📍 - reinstalled debian and forgot to save my aliases, so gonna steal yours. You are just as "lazy" as me. Stocken4257y📍 - reinstalled debian and forgot to save my aliases, so gonna steal yours. You are just as "lazy" as me.
- 
				
				Efficient and too damn lazy, c= cp 😂😂
 Dude it's just one extra char but I like your aliases
- 
				
				@systemctl you don't need to use "cd" in zsh. Just type the folder name or the dots.
- 
				
				Do you have
 
 cd(){
 builtin cd $1;
 ls;
 }
 
 Or
 
 clear(){
 tput clear $1;
 ls;
 }
 
 Or
 
 mk(){
 :> $1;
 vim $1;
 }
 
 ?
- 
				
				@Mathtauathogen I had the first one. cd then ls. Removed it cause it was annoying at times and fills up the entire screen for large dirs. But it's a really good one. Going to add it back in now. Thanks for sharing 😀
- 
				
				@ScriptCoded I don't use powerline for my terminal and tmux. But vim and powerline match pretty well.
- 
				
				@gitpush For a guy who spends almost 18 hrs a day in front of a terminal those things matter I guess.
- 
				
				@brunofontes I didn't activate that, because when using cd (or it's alias) I get a proper autocomplete. When tabbing without a command, it actually just goes through the command list in $PATH.
- 
				
				
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...















My bash aliases explains how lazy I am.
random
wk126