diff --git a/gh/config.yml b/gh/config.yml index 2c67d30..db67ccf 100644 --- a/gh/config.yml +++ b/gh/config.yml @@ -9,11 +9,9 @@ prompt: enabled pager: # Aliases allow you to create nicknames for gh commands aliases: - co: > - !(ref="$(gh pr view "$1" --json 'headRefName' --jq '.headRefName')" && git fetch-branch "$ref" && git switch "$ref") - - prw: pr view -w - commit: > - !(repo=$(gh repo view --json url --jq .url) && ref="${1-HEAD}" && commit=$(git rev-parse "$ref") && open "${repo}/commit/${commit}") - + co: > + !(ref="$(gh pr view "$1" --json 'headRefName' --jq '.headRefName')" && git fetch-branch "$ref" && git switch "$ref") + prw: pr view -w + commit: > + !(repo=$(gh repo view --json url --jq .url) && ref="${1-HEAD}" && commit=$(git rev-parse "$ref") && open "${repo}/commit/${commit}") version: "1" diff --git a/ghostty/darwin.ghostty b/ghostty/darwin.ghostty index b4cd4e3..f7b78cd 100644 --- a/ghostty/darwin.ghostty +++ b/ghostty/darwin.ghostty @@ -1,5 +1,3 @@ font-size = 12 quit-after-last-window-closed = true - -working-directory = home diff --git a/git/config-professional b/git/config-professional index ac91b9b..d7dfff0 100644 --- a/git/config-professional +++ b/git/config-professional @@ -1,6 +1,6 @@ [user] name = Jeremy Kaplan -email = jeremy@increase.com +email = jeremy@kaizenlabs.co [includeIf "gitdir:~/projects/"] path = config-personal diff --git a/helix/themes/base.toml b/helix/themes/base.toml index 04821c8..ceddca9 100644 --- a/helix/themes/base.toml +++ b/helix/themes/base.toml @@ -193,7 +193,7 @@ "ui.cursorline.primary" = { bg = "Focused" } "ui.cursorline.secondary" = {} -"ui.cursorcolumn.primary" = { fg = "white", bg = "Focused" } +"ui.cursorcolumn.primary" = { fg = "White", bg = "Focused" } "ui.cursorcolumn.secondary" = {} ## Gutter