Skip to content

Commit

Permalink
👽 Delete some deprecated nerd font symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed May 24, 2023
1 parent 9dc9b07 commit 0452f57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
exclude_types:
- zsh
- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
Expand Down Expand Up @@ -102,7 +102,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.308
rev: v1.1.309
hooks:
- id: pyright
- repo: https://github.com/PyCQA/bandit
Expand Down
2 changes: 1 addition & 1 deletion addon-info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "translate-shell",
"description": "Translate text by google, bing, youdaozhiyun, haici, stardict, etc at same time from CLI, GUI (GNU/Linux, Android, macOS and Windows), REPL, python, shell and vim.",
"version": "0.0.23",
"version": "0.0.24",
"author": "Wu Zhenyu <wuzhenyu@ustc.edu>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translate-shell",
"version": "0.0.23",
"version": "0.0.24",
"description": "Translate text by google, bing, youdaozhiyun, haici, stardict, etc at same time from CLI, GUI (GNU/Linux, Android, macOS and Windows), REPL, python, shell and vim.",
"author": "Wu Zhenyu <wuzhenyu@ustc.edu>",
"license": "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion src/translate_shell/utils/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def prompt_p10k(tl: str, sl: str, translators: str) -> str:
:rtype: str
"""
# Config
insert_lang = "{sl}:{tl}"
insert_lang = "󰗊 {sl}:{tl}"
insert_translators = " {translators}"
insert_time = " {time}"
time_format = "%H:%M:%S"
Expand Down

0 comments on commit 0452f57

Please sign in to comment.