Nathan Kallman
Kallmanation

Kallmanation

Follow
homebadges
Tag

zsh

#zsh

More content

Read more stories on Hashnode


Articles with this tag

One Liner to Create and Move into a Directory (combining mkdir + cd)

Feb 8, 20212 min read

Almost every new project seems to start with the same thing: $ mkdir new-project $ cd new-project In a GUI we would be stuck; but in the command...

One Liner to Create and Move into a Directory (combining mkdir + cd)

Quick Command Line Calculator in One Line of Code

Jan 19, 20211 min read

I will admit I'm currently a bit of a complete terminal rat. I use Neovim daily inside of tmux. My tests are run from the terminal. I use git from the...

Quick Command Line Calculator in One Line of Code

`$` - A command for those who copy-paste from tutorials

Apr 24, 20202 min read

So there I am, following along in the tutorial (as one does to learn). I get to the step, they tell me: "Just run this command and you'll be done!" $...

`$` - A command for those who copy-paste from tutorials

The Git Interpolator!

Apr 14, 20205 min read

If you're anything like me, when you use command line git, you find yourself looking at something like this more than you'd care to admit: $ gi...

The Git Interpolator!