diff --git a/config/fastfetch/.config/fastfetch/apply-color b/config/fastfetch/.config/fastfetch/apply-color index 5c6767e..fe63b2e 100755 --- a/config/fastfetch/.config/fastfetch/apply-color +++ b/config/fastfetch/.config/fastfetch/apply-color @@ -1,16 +1,16 @@ #!/bin/bash [ -f "$HOME/.local/snippets/apply-color-helper" ] || { - echo "Missing helper script: $HOME/.local/snippets/apply-color-helper" - exit 1 + echo "Missing helper script: $HOME/.local/snippets/apply-color-helper" + exit 1 } . "$HOME/.local/snippets/apply-color-helper" -file="$HOME/.config/fish/post.d/fetch.fish" +file="$HOME/.config/fish/conf.d/60-fetch.fish" sed -i -E "s/(set -g fetch_color\s+\"#)([0-9a-fA-F]{6})(\")/\1${colorHex}\3/" "$file" || { - log_error "Failed to edit ${file}" - exit 1 + log_error "Failed to edit ${file}" + exit 1 } log_success "fastfetch" diff --git a/config/shell/.config/fish/conf.d/60-alias.fish b/config/shell/.config/fish/conf.d/60-alias.fish index 16ac2f2..940d692 100644 --- a/config/shell/.config/fish/conf.d/60-alias.fish +++ b/config/shell/.config/fish/conf.d/60-alias.fish @@ -92,10 +92,11 @@ end if type -q git function gcp + git add -A || return 1 if test (count $argv) -eq 0 - git commit -a -m "👐 foo: too lazy to come up with a helpful commit message :)" || return 1 + git commit -m "👐 foo: too lazy to come up with a helpful commit message :)" || return 1 else - git commit -a -m "$argv" || return 1 + git commit -m "$argv" || return 1 end git push end diff --git a/config/shell/.config/posh_theme.omp.json b/config/shell/.config/posh_theme.omp.json index 2b6d149..1d7db8b 100755 --- a/config/shell/.config/posh_theme.omp.json +++ b/config/shell/.config/posh_theme.omp.json @@ -43,9 +43,9 @@ "fetch_status": true, "fetch_upstream_icon": true, "mapped_branches": { - "feat/*": "🚀 ", - "bug/*": "🐛 ", - "dev/*": "🚧 " + "feat/*": "\ud83d\ude80 ", + "bug/*": "\ud83d\udc1b ", + "dev/*": "\ud83d\udea7 " } }, "style": "powerline", @@ -97,4 +97,4 @@ "template": "# " }, "version": 3 -} +} \ No newline at end of file