aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-03-24 13:23:22 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-03-24 13:23:22 +0800
commitc7e01791ff397f9ae3621d71424a95cd068a0edf (patch)
tree2fd211a3e1a176d4cebdc8a7b7650173439a91fc
parent0143cd1866e2489ed30bd890c812a3073be6cc67 (diff)
update
-rw-r--r--alias1
-rw-r--r--gitconfig4
2 files changed, 4 insertions, 1 deletions
diff --git a/alias b/alias
index ec58527..205153d 100644
--- a/alias
+++ b/alias
@@ -367,6 +367,7 @@ alias cdm='cd ~/git/mapstew'
367alias cdma='cd ~/git/mapstew-android' 367alias cdma='cd ~/git/mapstew-android'
368alias cdT='cd ~/git/tilemaker' 368alias cdT='cd ~/git/tilemaker'
369alias cdssh='cd ~/.ssh' 369alias cdssh='cd ~/.ssh'
370alias pass='pass -c'
370alias cdpass='cd ~/.password-store' 371alias cdpass='cd ~/.password-store'
371alias stew='cd ~/git/mapstew' 372alias stew='cd ~/git/mapstew'
372alias chmodx='sudo chmod +x' 373alias chmodx='sudo chmod +x'
diff --git a/gitconfig b/gitconfig
index 6548819..7c76e24 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,7 +1,7 @@
1[user] 1[user]
2 email = typebrook@gmail.com 2 email = typebrook@gmail.com
3 name = Hsieh Chin Fan 3 name = Hsieh Chin Fan
4 signingkey = D6E0FBF2ED83191843F83EE1ABE01EF36DD8C14A 4 signingkey = 6DD8C14A
5 5
6[alias] 6[alias]
7 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" 7 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2"
@@ -24,3 +24,5 @@
24 24
25[credential] 25[credential]
26 helper = store 26 helper = store
27[gpg]
28 program = gpg2