mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13: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 "unalias ${alias_name}"
|
||||||
echo -e "${alias_name}() {\n ${command} \"\$@\"\n}"
|
echo -e "${alias_name}() {\n ${command} \"\$@\"\n}"
|
||||||
done <<< "$aliases" > "$cache_file"
|
done <<< "$aliases" > "$cache_file"
|
||||||
|
|
||||||
|
source "$cache_file"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Setup 1Password CLI shell plugin integration with custom function that makes
|
# Setup 1Password CLI shell plugin integration with custom function that makes
|
||||||
|
|||||||
Reference in New Issue
Block a user