Untitled
unknown
sh
a year ago
355 B
7
Indexable
alias code.='code . && exit' alias tert='kill -9 $(pgrep bash)' alias pullall="clear && find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;" alias rconflicts="clear && git add package.json package-lock.json && git commit -m 'chore: resolve conflicts locally' && git push" alias pullaliases='wget ~ https://mentorgashi.com/.bash_aliases'
Editor is loading...
Leave a Comment