diff options
| author | Blista Kanjo | 2023-08-02 23:18:04 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-02 23:18:04 -0400 |
| commit | 36efe6279283441115dc75aed81265b0df03994e (patch) | |
| tree | 9d3ba194c7e06ab9968e16d8fa3175ede7cfbbb2 | |
| parent | dda75ce0b5085735ebab38a520ee042a082c00f9 (diff) | |
refactor: aligned with `kj-sh604/laptop-dotfiles`
| l--------- | .config/fish/functions/br.fish | 1 | ||||
| -rw-r--r-- | .config/fish/functions/fish_prompt.fish | 2 | ||||
| -rw-r--r-- | README.md | 2 |
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 @@ -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. - + **dotfiles are updated nightly** |
