diff options
-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" |