feat: updated config to new release + minor script improvements
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
1
tasks/preview-doc.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
docs="$(ls -R . | grep "\.md")"
|
||||||
Reference in New Issue
Block a user