rcaldous / Clear Bash history
0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність
Don't want to be tempted to up arrow?
1 | cat /dev/null > ~/.bash_history && history -c && exit |
rcaldous / Git sub git actions (bulk actions)
0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність
1 | alias gfs="find . -maxdepth 1 -mindepth 1 -type d -exec sh -c '(echo {} && cd {} && git status -s && echo)' \;" |
2 | alias gfp='ls | xargs -P10 -I{} git -C {} pull' |
rcaldous / Zip All sub folders (no compression)
0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність
1 | for i in */; do zip -r0 "${i%/}.zip" "$i"; done |
Новіше
Пізніше