feat: back to zsh as my main shell

This commit is contained in:
winston 2024-05-19 19:06:19 +02:00
parent 1acefaf993
commit ae22e2a360
Signed by: winston
GPG key ID: 3786770EDBC2B481
3 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,11 @@
use ($nu.default-config-dir | path join 'config/keybindings.nu')
use ($nu.default-config-dir | path join 'catppuccin.nu')
$env.PROMPT_INDICATOR = {|| "λ " }
$env.PROMPT_INDICATOR_VI_INSERT = {|| "λ " }
$env.PROMPT_INDICATOR_VI_NORMAL = {|| "$ " }
$env.PROMPT_MULTILINE_INDICATOR = {|| "::: " }
# use prompt indicators from starship
$env.PROMPT_INDICATOR = ""
$env.PROMPT_INDICATOR_VI_INSERT = ""
$env.PROMPT_INDICATOR_VI_NORMAL = ""
$env.PROMPT_MULTILINE_INDICATOR = ""
$env.config = {
show_banner: false

View file

@ -71,7 +71,8 @@ $terraform)\
$line_break\
\
$shell\
[](surface2)"""
[](surface2)\
$character"""
add_newline = true
continuation_prompt = '[>](bold subtext0) '

View file

@ -4,8 +4,6 @@ local utils = require("config.utils")
require("config.keys").apply(c)
c.default_prog = { "nu" }
c.font = wezterm.font_with_fallback({
"Berkeley Mono",
"Symbols Nerd Font",