feat: updated config to new release + minor script improvements
This commit is contained in:
@@ -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}')"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user