mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
fix(shell/1password): source cache file after updating it
This commit is contained in:
@@ -80,6 +80,8 @@ setup_op_shell_plugins_using_functions() {
|
||||
echo -e "unalias ${alias_name}"
|
||||
echo -e "${alias_name}() {\n ${command} \"\$@\"\n}"
|
||||
done <<< "$aliases" > "$cache_file"
|
||||
|
||||
source "$cache_file"
|
||||
}
|
||||
|
||||
# Setup 1Password CLI shell plugin integration with custom function that makes
|
||||
|
||||
Reference in New Issue
Block a user