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
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
{{ if eq .chezmoi.hostname "NS51MU" }}
|
|
||||||
alias checkupdates="aptitude search '~U'"
|
alias checkupdates="aptitude search '~U'"
|
||||||
{{ else if eq .chezmoi.hostname "t450s" }}
|
|
||||||
alias hx="helix"
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
autoload zmv
|
autoload zmv
|
||||||
|
|
||||||
|
|
@ -128,12 +124,9 @@ if [ "$TERM" = "linux" ]; then
|
||||||
clear #for background artifacting
|
clear #for background artifacting
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{{ if eq .chezmoi.hostname "NS51MU" }}
|
|
||||||
tere() {
|
tere() {
|
||||||
local result=$(command tere "$@")
|
local result=$(command tere "$@")
|
||||||
[ -n "$result" ] && cd -- "$result"
|
[ -n "$result" ] && cd -- "$result"
|
||||||
}
|
}
|
||||||
{{ else if eq .chezmoi.hostname "t450s" }}
|
|
||||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||||
{{ end }}
|
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
Loading…
Add table
Reference in a new issue