feat(alias): add gs for git status
This commit is contained in:
parent
eec9aa39b7
commit
b7d3e509a0
1 changed files with 1 additions and 2 deletions
|
@ -1,2 +1 @@
|
||||||
alias consolidate_sh='find . -type f -name '\''*.sh'\'' -exec echo -e "=== Filename: {} ===\n\`\`\`bash" \; -exec cat {} \; -exec echo -e "\n\`\`\`" \; > output-$(date +"%Y%m%d%H%M%S").txt'
|
alias gs='git status'
|
||||||
alias consolidate_md='find . -type f -name '\''*.md'\'' -exec echo -e "=== Filename: {} ===\n\`\`\`markdown" \; -exec cat {} \; -exec echo -e "\n\`\`\`" \; > output-$(date +"%Y%m%d%H%M%S").txt'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue