summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/starship.toml9
-rw-r--r--.zshrc4
2 files changed, 11 insertions, 2 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
new file mode 100644
index 0000000..56fb7a6
--- /dev/null
+++ b/.config/starship.toml
@@ -0,0 +1,9 @@
+[character]
+symbol = "➜"
+
+[directory]
+truncate_to_repo = false
+truncation_length = 8
+
+[rust]
+symbol = "⚙️ "
diff --git a/.zshrc b/.zshrc
index a0cf765..c50c073 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,9 +1,9 @@
export ZSH="/home/jokler/.oh-my-zsh"
-ZSH_THEME="blinks"
-
export RUSTFLAGS="-C link-arg=-fuse-ld=lld"
export RUST_BACKTRACE=full
+eval "$(starship init zsh)"
+
plugins=(git cargo rust ripgrep wd)
source $ZSH/oh-my-zsh.sh