mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
hack to set LDpreload for zsh itself
This commit is contained in:
7
zshrc
7
zshrc
@@ -263,3 +263,10 @@ source ~/.config/other/zsh-history-substring-search.zsh
|
|||||||
bindkey '^[[5~' history-substring-search-up
|
bindkey '^[[5~' history-substring-search-up
|
||||||
bindkey '^[[6~' history-substring-search-down
|
bindkey '^[[6~' history-substring-search-down
|
||||||
alias genserverkey='openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 100000'
|
alias genserverkey='openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 100000'
|
||||||
|
if [[ $FIRST_RUN == "FALSE" ]]; then
|
||||||
|
;
|
||||||
|
else
|
||||||
|
FIRST_RUN="FALSE"
|
||||||
|
export FIRST_RUN
|
||||||
|
exec zsh
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user