Skip to main content

All Questions

Tagged with
2 votes
2 answers
150 views

Create new set of aliases based on current set of aliases (eg. gst -> dst)?

I'm using git aliases from zsh plugins: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git So it has git aliases like: gst # git status ga # git add gc "commit" # git commit -v "...
Yuchen Zhang's user avatar
0 votes
1 answer
535 views

Using zsh alias to quickly clone a git repository with custom folder name

I want an alias shortcut to achieve the following: Clone a github repository with a custom folder name Open it in my fav text editor (atom) I currently use this inside ~/.zshrc: alias quickstart="...
hyang123's user avatar
  • 103