more funcs
This commit is contained in:
10
zsh/.zshrc
10
zsh/.zshrc
@@ -88,10 +88,10 @@ if [ -e $HOME/cfa-work/.zshrc ]; then
|
||||
. $HOME/cfa-work/.zshrc
|
||||
fi
|
||||
|
||||
for env in $HOME/.okta/.env $HOME/.config/aws/.env $HOME/.config/github/.env $HOME/.config/aichat/.env; do
|
||||
if [ -r $env ]; then
|
||||
export $(xargs < $env)
|
||||
fi
|
||||
for env in $HOME/.config/*/.env; do
|
||||
if [ -r "$env" ]; then
|
||||
export $(xargs < "$env")
|
||||
fi
|
||||
done
|
||||
|
||||
# command line completion
|
||||
@@ -131,5 +131,3 @@ zstyle :compinstall filename '~/.zshrc'
|
||||
#zstyle :compinstall filename '~/.zshrc'
|
||||
|
||||
#compinit
|
||||
|
||||
complete -o nospace -C /home/cli/dotfiles/zsh/.local/bin/tofu tofu
|
||||
|
||||
Reference in New Issue
Block a user