Skip to content

Commit

Permalink
fix(github): fixxing editor config lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcicca committed Jan 23, 2025
1 parent 2ef8e2e commit bdd607d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ Example: steps to reproduce the behavior:
3. Run '...'
4. See error...
-->

### Logs

### Anything else:
<!--
Links? References? Screenshots? Anything that will give us more context about the issue that you are encountering!
-->
-->
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/QUESTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ assignees: ''

- [ ] I have searched open and closed issues for this question

<!-- We also have a telegram channel which is also a great place to ask questions
t.me/fastvim
<!-- We also have a telegram channel which is also a great place to ask questions
t.me/fastvim
-->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ body:
id: additional-context
attributes:
label: Additional context
placeholder: Add any other context or screenshots about the feature request here.
placeholder: Add any other context or screenshots about the feature request here.
8 changes: 0 additions & 8 deletions themes/nekonight/nekonight.base.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
#! bash oh-my-bash.module
# nekonight Bash prompt with source control management
# Author: Bruno Ciccarino <brunociccarinoo@gmail.com>
#
# Theme inspired by:
# - Bash_it cupcake theme
# Demo:
# ╭─🐱 virtualenv 🐱user at 🐱host in 🐱directory on (🐱branch {1} ↑1 ↓1 +1 •1 ⌀1 ✗)
# ╰λ cd ~/path/to/your-directory

icon_start="╭─"
icon_user=" ${_omb_theme_nekonight_icon_emoji} ${_omb_prompt_bold_olive}\u${_omb_prompt_normal}"
Expand Down

0 comments on commit bdd607d

Please sign in to comment.