diff --git a/dot_profile.tmpl b/dot_profile similarity index 100% rename from dot_profile.tmpl rename to dot_profile diff --git a/dot_zshrc.tmpl b/dot_zshrc similarity index 95% rename from dot_zshrc.tmpl rename to dot_zshrc index d31d06e0..fcba245e 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc @@ -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)"