updated some aliases and scripts

This commit is contained in:
tke
2022-11-09 12:41:40 +01:00
parent d479d153b2
commit ccb43c39bc
3 changed files with 18 additions and 4 deletions

View File

@@ -5,8 +5,10 @@ alias '+'='pushd .'
alias -- '-'='popd'
[[ -f ~/.shell_aliases ]] && . ~/.shell_aliases
[[ -f ~/.config/z.sh ]] && . ~/.config/z.sh
[[ -f /home/tke/.http_proxy ]] && . /home/tke/.http_proxy #PROXY_A93JK2
[[ -f ~/.oh-my-zsh/plugins/z/z.sh ]] && . ~/.oh-my-zsh/plugins/z/z.sh && set $_Z_OWNER=$(whoami)
[[ -f ~/.cargo/bin/zoxide ]] && . <(~/.cargo/bin/zoxide init bash)
[[ -f ~/.http_proxy ]] && . /home/tke/.http_proxy #PROXY_A93JK2
[[ -f /usr/share/doc/fzf/examples/key-bindings.bash ]] && source /usr/share/doc/fzf/examples/key-bindings.bash
[[ -f /usr/share/doc/fzf/examples/completion.bash ]] && source /usr/share/doc/fzf/examples/completion.bash
HISTTIMEFORMAT="%F %T "
shopt -s autocd
shopt -s autocd