diff options
author | typebrook <typebrook@gmail.com> | 2020-02-10 10:27:57 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-10 10:27:57 +0800 |
commit | 25ce0c3ade5ffa3e6b5b3884f0ce6664aaea1685 (patch) | |
tree | a28a8a5cd2e65bdaa33d840498264c2a80e93232 /alias | |
parent | df256e353b4481a9b18616214cc1660ba56827f1 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,10 @@ alias cdP='cd ~/Pictures' | |||
70 | 70 | ||
71 | # github | 71 | # github |
72 | alias hub="GITHUB_TOKEN=$(cat $SETTING_DIR/tokens/github) hub" | 72 | alias hub="GITHUB_TOKEN=$(cat $SETTING_DIR/tokens/github) hub" |
73 | alias github_token='xdg-open https://github.com/settings/tokens' | ||
74 | github() { | ||
75 | xdg-open https://github.com/$1/$2 | ||
76 | } | ||
73 | 77 | ||
74 | # about custom settings | 78 | # about custom settings |
75 | alias cds="cd $SETTING_DIR" | 79 | alias cds="cd $SETTING_DIR" |