feat: updated config to new release + minor script improvements

This commit is contained in:
2025-04-25 09:45:23 +02:00
parent a18e80c814
commit 90942eae3a
5 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
emoji="$(cat ~/.config/zed/tasks/assets/emoji_list.txt | fzf | awk -F' ' '{print $1}')"
emoji="$(cat ~/.config/zed/tasks/assets/emoji_list.txt | fzf | awk -F' ' '{print $3}')"
branch="$(git branch --show-current | awk -F'/' '{print $2}')"