get rid of templates

This commit is contained in:
Daniel Mevec 2024-11-20 19:27:56 +01:00
parent 490c8e0abc
commit ac51e596a0
2 changed files with 1 additions and 8 deletions

View file

@ -60,7 +60,7 @@ ZSH_THEME="headline"
# You can set one of the optional three formats:
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# or set a custom format using the strftime function format specifications,
# see 'man strftime' for details.
# see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom?
@ -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)"