diff --git a/home/dot_config/fish/conf.d/abbr.fish.tmpl b/home/dot_config/fish/conf.d/abbr.fish.tmpl index 4f6255c..e511501 100644 --- a/home/dot_config/fish/conf.d/abbr.fish.tmpl +++ b/home/dot_config/fish/conf.d/abbr.fish.tmpl @@ -20,8 +20,10 @@ abbr -a chlg 'lazygit --path ~/.local/share/chezmoi' abbr -a es 'exec fish' # Chezmoi -abbr -a cha 'chezmoi apply --interactive' +abbr -a cha 'chezmoi apply' +abbr -a chai 'chezmoi apply --interactive' abbr -a ch 'chezmoi' +alias cdc='chezmoi cd' # Remote Management abbr -a romanlog "ssh roman 'tail -F /var/log/syslog' --lines 100" diff --git a/home/executable_dot_bash_aliases.tmpl b/home/executable_dot_bash_aliases.tmpl index e53d61e..31a01a9 100644 --- a/home/executable_dot_bash_aliases.tmpl +++ b/home/executable_dot_bash_aliases.tmpl @@ -16,8 +16,10 @@ alias chlg='lazygit --path ~/.local/share/chezmoi' alias es='exec $SHELL' # Chezmoi -alias cha='chezmoi apply --interactive' +alias cha='chezmoi apply' +alias chai='chezmoi apply --interactive' alias ch='chezmoi' +alias cdc='chezmoi cd' chshow() { target=$(find {{ .chezmoi.sourceDir | quote }} -name "*.tmpl" -type f | fzf) cat $target | chezmoi execute-template