mirror of
https://github.com/FAUSheppy/config
synced 2026-06-19 06:32:36 +02:00
added timeformat for thunderbird
This commit is contained in:
@@ -68,6 +68,9 @@ alias ..='cd ..'
|
||||
## Anti-LD-Preload Chromium Wrapper ##
|
||||
alias chromium="export TMP_PRELD=$LD_PRELOAD && /bin/bash -c 'unset LD_PRELOAD && chromium' && export LD_PRELOAD=$TMP_PRELD"
|
||||
|
||||
## Start thunderbird with correct time-format ##
|
||||
alias thunderbird="LC_ALL=en_DK.utf8 && export LC_ALL && thunderbird"
|
||||
|
||||
## GIT ##
|
||||
alias gstat="git status"
|
||||
alias gpull="git pull"
|
||||
|
||||
Reference in New Issue
Block a user