mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Pullall helper
This commit is contained in:
@@ -116,6 +116,12 @@ function pasters() {
|
|||||||
# Ensure we can make cheap copies on btrfs
|
# Ensure we can make cheap copies on btrfs
|
||||||
alias cp='cp --reflink=auto'
|
alias cp='cp --reflink=auto'
|
||||||
|
|
||||||
|
function pullall() {
|
||||||
|
for repo in "$@"; do
|
||||||
|
echo "$repo"
|
||||||
|
done | xargs -P0 -I{} git -C {} pull
|
||||||
|
}
|
||||||
|
|
||||||
if (( $+commands[thefuck] ))
|
if (( $+commands[thefuck] ))
|
||||||
then
|
then
|
||||||
alias fuck='$(thefuck $(fc -ln -1))'
|
alias fuck='$(thefuck $(fc -ln -1))'
|
||||||
|
|||||||
Reference in New Issue
Block a user