for some reason I always enter ls, yet I already know what's in my home folder, its a reflex at this point.
What's Your Go to Command When You Open a Terminal?
1–10 of 36 posts
Re: What's Your Go to Command When You Open a Terminal?
#2Lol, same here.
ls and then clear.
Now I'm ready to do whatever I want
Re: What's Your Go to Command When You Open a Terminal?
#3I have some some shortcuts to open some of my most used "Go to" SSH locations, I'm too lazy to manually write ssh root@192... so cmd+opt+r ssh into my router, cmd+opt+p ssh into RPi etc...
Re: What's Your Go to Command When You Open a Terminal?
#4no matter what I do `ls` as well
Re: What's Your Go to Command When You Open a Terminal?
#5The command I opened that terminal for.
Re: What's Your Go to Command When You Open a Terminal?
#6I have some some shortcuts to open some of my most used "Go to" SSH locations, I'm too lazy to manually write ssh root@192... so cmd+opt+r ssh into my router, cmd+opt+p ssh into RPi etc...
`~/.ssh/config` is pretty awesome
Re: What's Your Go to Command When You Open a Terminal?
#7clear
Re: What's Your Go to Command When You Open a Terminal?
#8I started using 'w' as a habit on BBS's back in the day... then kept that up when I had an account on super computers in high school...(https://newfutures.aps.edu/supercomputing) it's still muscle memory for me. I have no idea why as most of the machines I'm on now, I'm the only one with an account.
Old habits die hard. It's just muscle memory at this point.
Re: What's Your Go to Command When You Open a Terminal?
#9cd to get to the directory of interest. After that, probably workon.
Re: What's Your Go to Command When You Open a Terminal?
#10I use zsh and like keeping my terminal clear, so I found a zsh script called almostontop which clears on pressing enter.
link: https://github.com/Valiev/almostontop/blob/master/README.md