Compare commits
3 Commits
c3d1473e62
...
4b6cf48378
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b6cf48378 | |||
| fa6bba6640 | |||
| d2adca7b5e |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
config/configstore/
|
||||
jj/.config/jj/repos/
|
||||
|
||||
@@ -8,7 +8,7 @@ font_family JetBrainsMono NF Light
|
||||
font_size 11.0
|
||||
|
||||
# Cursor
|
||||
cursor_shape block
|
||||
cursor_shape beam
|
||||
cursor_blink_interval 0.5
|
||||
cursor_stop_blinking_after 0
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
# The list of segments shown on the left. Fill it with the most important segments.
|
||||
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
||||
# os_icon # os identifier
|
||||
context # user@hostname
|
||||
dir # current directory
|
||||
jj # jujutsu status (hides vcs in jj repos)
|
||||
vcs # git status (shown in non-jj repos only)
|
||||
@@ -82,7 +83,6 @@
|
||||
gcloud # google cloud cli account and project (https://cloud.google.com/)
|
||||
google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production)
|
||||
toolbox # toolbox name (https://github.com/containers/toolbox)
|
||||
context # user@hostname
|
||||
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
|
||||
ranger # ranger shell (https://github.com/ranger/ranger)
|
||||
yazi # yazi shell (https://github.com/sxyazi/yazi)
|
||||
|
||||
Reference in New Issue
Block a user