emacs, neovim & fish

This commit is contained in:
speckitor
2026-06-11 19:41:26 +07:00
parent 216c9fdec4
commit 6d3175f2cf
11 changed files with 157 additions and 172 deletions
+9
View File
@@ -0,0 +1,9 @@
if status is-interactive
set fish_greeting
function fish_prompt
printf "%s%s%s 󰘧 " (set_color $fish_color_cwd) (prompt_pwd) (set_color --reset)
end
end