diff options
| -rw-r--r-- | .config/starship.toml | 9 | ||||
| -rw-r--r-- | .zshrc | 4 |
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 = "⚙️ " @@ -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 |
