Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f05f960fcf | |||
| a74d7cbe49 | |||
| 358773ea0b | |||
| 64bfafb427 |
4 changed files with 11 additions and 7 deletions
|
|
@ -9,9 +9,11 @@ prompt: enabled
|
||||||
pager:
|
pager:
|
||||||
# Aliases allow you to create nicknames for gh commands
|
# Aliases allow you to create nicknames for gh commands
|
||||||
aliases:
|
aliases:
|
||||||
co: >
|
co: >
|
||||||
!(ref="$(gh pr view "$1" --json 'headRefName' --jq '.headRefName')" && git fetch-branch "$ref" && git switch "$ref")
|
!(ref="$(gh pr view "$1" --json 'headRefName' --jq '.headRefName')" && git fetch-branch "$ref" && git switch "$ref")
|
||||||
prw: pr view -w
|
|
||||||
commit: >
|
prw: pr view -w
|
||||||
!(repo=$(gh repo view --json url --jq .url) && ref="${1-HEAD}" && commit=$(git rev-parse "$ref") && open "${repo}/commit/${commit}")
|
commit: >
|
||||||
|
!(repo=$(gh repo view --json url --jq .url) && ref="${1-HEAD}" && commit=$(git rev-parse "$ref") && open "${repo}/commit/${commit}")
|
||||||
|
|
||||||
version: "1"
|
version: "1"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
font-size = 12
|
font-size = 12
|
||||||
|
|
||||||
quit-after-last-window-closed = true
|
quit-after-last-window-closed = true
|
||||||
|
|
||||||
|
working-directory = home
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = Jeremy Kaplan
|
name = Jeremy Kaplan
|
||||||
email = jeremy@kaizenlabs.co
|
email = jeremy@increase.com
|
||||||
|
|
||||||
[includeIf "gitdir:~/projects/"]
|
[includeIf "gitdir:~/projects/"]
|
||||||
path = config-personal
|
path = config-personal
|
||||||
|
|
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
"ui.cursorline.primary" = { bg = "Focused" }
|
"ui.cursorline.primary" = { bg = "Focused" }
|
||||||
"ui.cursorline.secondary" = {}
|
"ui.cursorline.secondary" = {}
|
||||||
|
|
||||||
"ui.cursorcolumn.primary" = { fg = "White", bg = "Focused" }
|
"ui.cursorcolumn.primary" = { fg = "white", bg = "Focused" }
|
||||||
"ui.cursorcolumn.secondary" = {}
|
"ui.cursorcolumn.secondary" = {}
|
||||||
|
|
||||||
## Gutter
|
## Gutter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue