From 36efe6279283441115dc75aed81265b0df03994e Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Wed, 2 Aug 2023 23:18:04 -0400 Subject: refactor: aligned with `kj-sh604/laptop-dotfiles` --- .config/fish/functions/br.fish | 1 - .config/fish/functions/fish_prompt.fish | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 .config/fish/functions/br.fish diff --git a/.config/fish/functions/br.fish b/.config/fish/functions/br.fish deleted file mode 120000 index db89866..0000000 --- a/.config/fish/functions/br.fish +++ /dev/null @@ -1 +0,0 @@ -/home/kylert/.local/share/broot/launcher/fish/br.fish \ No newline at end of file diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index 57ce705..2cbfa35 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -21,6 +21,6 @@ set -g __fish_git_prompt_color_untrackedfiles $fish_color_normal set -g __fish_git_prompt_color_cleanstate green --bold function fish_prompt - printf '%s%s%s%s $ ' \ + printf '%s%s%s%s> ' \ (set_color $fish_color_cwd) (prompt_pwd) (set_color normal) (fish_git_prompt) end diff --git a/README.md b/README.md index e66216a..c33eded 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ personal collection of config files for my Linux set-up. I mostly use a cringe-looking awesome-WM "rice", neovim, and the `fish` or `zsh` shell. -![Image of my Linux Rice](https://aedrielkylejavier.me/assets/rice3.png) +![Image of my Linux Rice](https://aedrielkylejavier.me/assets/rice4.png) **dotfiles are updated nightly** -- cgit v1.2.3