current
This commit is contained in:
parent
07816eb302
commit
09d717fab8
63 changed files with 2945 additions and 34 deletions
16
bash/.bashrc
16
bash/.bashrc
|
|
@ -12,12 +12,26 @@
|
|||
|
||||
test -s ~/.alias && . ~/.alias || true
|
||||
|
||||
|
||||
#function set_perllib() {
|
||||
# if [[ "$PWD" == "$HOME/work/os-autoinst-distri-opensuse"* ]]; then
|
||||
# export PERL5LIB="$HOME/work/os-autoinst-distri-opensuse/lib"
|
||||
# else
|
||||
# unset PERL5LIB
|
||||
# fi
|
||||
#}
|
||||
|
||||
#PROMPT_COMMAND="set_perllib;$PROMPT_COMMAND"
|
||||
|
||||
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export QUTE_PASS_MENU=rofi
|
||||
|
||||
export TERMINAL=kitty
|
||||
export EDITOR="emacs -nw"
|
||||
export EDITOR="nvim"
|
||||
|
||||
export PATH="$PATH:/home/michael/bin/yubico-authenticator-7.2.3-linux"
|
||||
|
||||
eval "$(keychain --quiet --eval --agents ssh)"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue