get rid of templates
This commit is contained in:
parent
490c8e0abc
commit
ac51e596a0
2 changed files with 1 additions and 8 deletions
|
|
@ -60,7 +60,7 @@ ZSH_THEME="headline"
|
||||||
# You can set one of the optional three formats:
|
# You can set one of the optional three formats:
|
||||||
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
||||||
# or set a custom format using the strftime function format specifications,
|
# 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"
|
# HIST_STAMPS="mm/dd/yyyy"
|
||||||
|
|
||||||
# Would you like to use another custom folder than $ZSH/custom?
|
# Would you like to use another custom folder than $ZSH/custom?
|
||||||
|
|
@ -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