corrected NS51MU hostname
This commit is contained in:
parent
9c9e8b71f2
commit
539ad7a331
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue