Skip to content

Commit 5b98687

Browse files
committed
font and aliases
1 parent f74658c commit 5b98687

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.config/fish/abbr.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ abbr gaa "git add -A";
2727
abbr gcm "git commit -sm";
2828
abbr gcam "git commit -sam";
2929
abbr gst "git status -sb";
30-
abbr gs "git status -sb";
30+
abbr gs "git status";
3131
abbr glnext "git log --oneline (git describe --tags --abbrev0 @^)..@";
3232

3333
# Kubernetes

.config/ghostty/config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
font-family = "JetBrains Mono"
1+
font-family = "Berkeley Mono"
22
font-size = 16
3-
background-opacity = .92
43

54
cursor-style = block
65
mouse-scroll-multiplier = 2

0 commit comments

Comments
 (0)