[vriska] .bashrc.local: alias git-fetch-master
This commit is contained in:
parent
49465b4ee7
commit
117ed5192f
|
|
@ -5,7 +5,7 @@
|
||||||
# Host-specific aliases
|
# Host-specific aliases
|
||||||
alias passheinlein="PASSWORD_STORE_DIR=~/.password-store-heinlein pass"
|
alias passheinlein="PASSWORD_STORE_DIR=~/.password-store-heinlein pass"
|
||||||
|
|
||||||
alias git-fetchboth="git fetch origin master:master; git fetch origin develop:develop"
|
alias git-fetch-master="git fetch origin master:master"
|
||||||
|
|
||||||
# Shortcuts to encode/decode strings with base64
|
# Shortcuts to encode/decode strings with base64
|
||||||
function b64enc {
|
function b64enc {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue