We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74658c commit 5b98687Copy full SHA for 5b98687
.config/fish/abbr.fish
@@ -27,7 +27,7 @@ abbr gaa "git add -A";
27
abbr gcm "git commit -sm";
28
abbr gcam "git commit -sam";
29
abbr gst "git status -sb";
30
-abbr gs "git status -sb";
+abbr gs "git status";
31
abbr glnext "git log --oneline (git describe --tags --abbrev0 @^)..@";
32
33
# Kubernetes
.config/ghostty/config
@@ -1,6 +1,5 @@
1
-font-family = "JetBrains Mono"
+font-family = "Berkeley Mono"
2
font-size = 16
3
-background-opacity = .92
4
5
cursor-style = block
6
mouse-scroll-multiplier = 2
0 commit comments