General housekeeping tasks
This commit is contained in:
parent
d1fe086f7c
commit
9f1181ae02
6 changed files with 114 additions and 46 deletions
4
_home/dot_sz.shrc.d/bash.post/12_direnv.hook
Normal file
4
_home/dot_sz.shrc.d/bash.post/12_direnv.hook
Normal file
|
@ -0,0 +1,4 @@
|
|||
if [[ -n "$(type -fP direnv)" ]]; then
|
||||
source <( direnv hook bash )
|
||||
source <( direnv stdlib )
|
||||
fi
|
|
@ -1 +1 @@
|
|||
[[ -n "$(type -fP gcloud)" ]] && source <(oh-my-posh completion bash)
|
||||
[[ -n "$(which-command oh-my-posh)" ]] && source <(oh-my-posh completion bash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue