You've already forked the-book-of-secret-knowledge-copy
15
_tmp/lib/functions/_git
Normal file
15
_tmp/lib/functions/_git
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
function _ana_git_pull() {
|
||||
|
||||
local _arg=("$@")
|
||||
|
||||
for _i in "${_arg[@]}" ; do
|
||||
|
||||
printf "%s" "$_i"
|
||||
|
||||
git pull origin "$_i" && git fetch --all && git fetch --prune --tags
|
||||
|
||||
done
|
||||
|
||||
}
|
||||
6
_tmp/lib/functions/_scg
Normal file
6
_tmp/lib/functions/_scg
Normal file
@@ -0,0 +1,6 @@
|
||||
function scg() {
|
||||
|
||||
/usr/bin/keychain $HOME/.ssh/id_rsa.blueservices.pl
|
||||
source $HOME/.keychain/$HOSTNAME-sh
|
||||
|
||||
}
|
||||
5
_tmp/lib/functions/_scl
Normal file
5
_tmp/lib/functions/_scl
Normal file
@@ -0,0 +1,5 @@
|
||||
function scl() {
|
||||
|
||||
/usr/bin/keychain --clear
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user