corrected NS51MU hostname

This commit is contained in:
Daniel Mevec 2023-08-30 08:14:58 +02:00
parent 9c9e8b71f2
commit 539ad7a331
2 changed files with 6 additions and 6 deletions

View file

@ -16,6 +16,10 @@ if [ -n "$BASH_VERSION" ]; then
fi
fi
if [ -d "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
@ -26,10 +30,6 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
if [ -d "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi
if [ -d "/opt/pycharm/bin" ] ; then
PATH="/opt/pycharm/bin:$PATH"
fi

View file

@ -100,7 +100,7 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
{{ if eq .chezmoi.hostname "NS51U" }}
{{ if eq .chezmoi.hostname "NS51MU" }}
alias checkupdates="aptitude search '~U'"
{{ else if eq .chezmoi.hostname "t450s" }}
alias hx="helix"
@ -126,7 +126,7 @@ if [ "$TERM" = "linux" ]; then
clear #for background artifacting
fi
{{ if eq .chezmoi.hostname "NS51U" }}
{{ if eq .chezmoi.hostname "NS51MU" }}
tere() {
local result=$(command tere "$@")
[ -n "$result" ] && cd -- "$result"