get rid of templates
This commit is contained in:
parent
490c8e0abc
commit
ac51e596a0
2 changed files with 1 additions and 8 deletions
|
|
@ -100,11 +100,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
{{ if eq .chezmoi.hostname "NS51MU" }}
|
||||
alias checkupdates="aptitude search '~U'"
|
||||
{{ else if eq .chezmoi.hostname "t450s" }}
|
||||
alias hx="helix"
|
||||
{{ end }}
|
||||
|
||||
autoload zmv
|
||||
|
||||
|
|
@ -128,12 +124,9 @@ if [ "$TERM" = "linux" ]; then
|
|||
clear #for background artifacting
|
||||
fi
|
||||
|
||||
{{ if eq .chezmoi.hostname "NS51MU" }}
|
||||
tere() {
|
||||
local result=$(command tere "$@")
|
||||
[ -n "$result" ] && cd -- "$result"
|
||||
}
|
||||
{{ else if eq .chezmoi.hostname "t450s" }}
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
{{ end }}
|
||||
eval "$(zoxide init --cmd cd zsh)"
|
||||
Loading…
Add table
Reference in a new issue