new bash settings from arch
This commit is contained in:
@@ -13,6 +13,12 @@ if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
|
||||
fi
|
||||
export PATH
|
||||
|
||||
# export LC_TIME=C
|
||||
export MANGOHUD_CONFIGFILE=~/.config/MangoHud/MangoHud.conf
|
||||
|
||||
# Swap xbox for playstation
|
||||
export SDL_GAMECONTROLLER_USE_BUTTON_LABELS=0
|
||||
|
||||
# Uncomment the following line if you don't like systemctl's auto-paging feature:
|
||||
# export SYSTEMD_PAGER=
|
||||
|
||||
@@ -30,3 +36,6 @@ unset rc
|
||||
export PATH="$HOME/.grok/bin:$PATH"
|
||||
[[ -r "$HOME/.grok/completions/bash/grok.bash" ]] && source "$HOME/.grok/completions/bash/grok.bash"
|
||||
# <<< grok installer <<<
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
Reference in New Issue
Block a user