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

@@ -173,7 +173,7 @@
"file_icons": true, "file_icons": true,
"git_status": true, "git_status": true,
"activate_on_close": "left_neighbour", "activate_on_close": "left_neighbour",
"always_show_close_button": false "show_close_button": "hover"
}, },
"toolbar": { "toolbar": {
"breadcrumbs": true, "breadcrumbs": true,

View File

@@ -38,7 +38,7 @@
"command": "lazygit", "command": "lazygit",
"args": [], "args": [],
"env": {}, "env": {},
"use_new_terminal": true, "use_new_terminal": false,
"allow_concurrent_runs": false "allow_concurrent_runs": false
}, },
{ {

View File

@@ -22,3 +22,6 @@
:mag_right: │ 🔎 │ search :mag_right: │ 🔎 │ search
:old_key: │ 🗝 │ dentials :old_key: │ 🗝 │ dentials
:rocket: │ 🚀 │ shipping :rocket: │ 🚀 │ shipping
:stopwatch: │ ⏱ │ speed, performance
:wheelchair: │ ♿️ │ accessibility, a11y
:globe_with_meridians: | 🌐 | intl, i18n, i10n, tradus, lang

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/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}')" branch="$(git branch --show-current | awk -F'/' '{print $2}')"

1
tasks/preview-doc.sh Normal file
View File

@@ -0,0 +1 @@
docs="$(ls -R . | grep "\.md")"