diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/essentials/starship.toml | 7 | ||||
-rw-r--r-- | config/home/.zshenv | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/config/essentials/starship.toml b/config/essentials/starship.toml index 3154b88..abda192 100644 --- a/config/essentials/starship.toml +++ b/config/essentials/starship.toml @@ -18,7 +18,7 @@ disabled = false format = '\$ ' [cmd_duration] -format = '( [$duration]($style))' +format = ' [$duration]($style) ' min_time = 500 style = 'yellow' @@ -31,6 +31,11 @@ ahead = '↑' behind = '↓' diverged = '↕' +[jobs] +symbol = '*' + +[battery] +disabled = true [c] disabled = true [python] diff --git a/config/home/.zshenv b/config/home/.zshenv index 4bb166c..9a295d2 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -108,3 +108,8 @@ export MAKEFLAGS="-j$(nproc)" export VAKKEN="$HOME/docs/school/2024-2025" PATH="$PATH:$HOME/proj/chatty/" + + +if [ "$(hostname)" = "spring" ]; then + export GIT_TRACK_REPOS="$HOME/git-track.txt" +fi |