Skip to content

Commit

Permalink
feat: back to zsh as my main shell
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed May 19, 2024
1 parent 1acefaf commit ae22e2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 5 additions & 4 deletions home/apps/nu/config.nu
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion home/apps/starship/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ $terraform)\
$line_break\
\
$shell\
[└](surface2)"""
[└](surface2)\
$character"""

add_newline = true
continuation_prompt = '[>](bold subtext0) '
Expand Down
2 changes: 0 additions & 2 deletions home/apps/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ae22e2a

Please sign in to comment.