[vriska] .bashrc.local: alias git-fetch-master

This commit is contained in:
Lexi Stelter 2020-03-23 15:46:09 +01:00
parent 49465b4ee7
commit 117ed5192f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {