aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------.config/fish/functions/br.fish1
-rw-r--r--.config/fish/functions/fish_prompt.fish2
-rw-r--r--README.md2
3 files changed, 2 insertions, 3 deletions
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**