Update dotfiles/.bashrc, dotfiles/.bash_profile, dotfiles/.zshrc
This commit is contained in:
parent
d05c4407eb
commit
fba9aa3061
3 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Prefer US English
|
# Prefer US English
|
||||||
export LANG="en_US"
|
export LANG="en_US"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
# shellcheck disable=SC1090,SC1091
|
# shellcheck disable=SC1090,SC1091
|
||||||
|
|
||||||
# Prefer US English
|
# Prefer US English
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env zsh
|
|
||||||
# shellcheck disable=SC1090,SC1091,SC2034,SC2154,SC2296
|
# shellcheck disable=SC1090,SC1091,SC2034,SC2154,SC2296
|
||||||
|
|
||||||
### Language / Fonts
|
### Language / Fonts
|
||||||
|
|
Loading…
Reference in a new issue