Skip to content

Commit

Permalink
[F] Fix reset performance
Browse files Browse the repository at this point in the history
Closes #158
  • Loading branch information
hykilpikonna committed Aug 14, 2023
1 parent d164d4c commit 1e68f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ shopt -s eval_unsafe_arith &>/dev/null
sys_locale=${LANG:-C}
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-${HOME}/.config}
PATH=$PATH:/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:/usr/libexec
reset='\e[39;22m'
reset='\e[0m'
shopt -s nocasematch extglob

# Speed up script by not using unicode.
Expand Down

0 comments on commit 1e68f17

Please sign in to comment.