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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "$HOME/.cargo/env" ]; then
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
fi
|
||||||
|
|
||||||
# set PATH so it includes user's private bin if it exists
|
# set PATH so it includes user's private bin if it exists
|
||||||
if [ -d "$HOME/bin" ] ; then
|
if [ -d "$HOME/bin" ] ; then
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$PATH"
|
||||||
|
|
@ -26,10 +30,6 @@ if [ -d "$HOME/.local/bin" ] ; then
|
||||||
PATH="$HOME/.local/bin:$PATH"
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "$HOME/.cargo/env" ]; then
|
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -d "/opt/pycharm/bin" ] ; then
|
if [ -d "/opt/pycharm/bin" ] ; then
|
||||||
PATH="/opt/pycharm/bin:$PATH"
|
PATH="/opt/pycharm/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -100,7 +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 "NS51U" }}
|
{{ if eq .chezmoi.hostname "NS51MU" }}
|
||||||
alias checkupdates="aptitude search '~U'"
|
alias checkupdates="aptitude search '~U'"
|
||||||
{{ else if eq .chezmoi.hostname "t450s" }}
|
{{ else if eq .chezmoi.hostname "t450s" }}
|
||||||
alias hx="helix"
|
alias hx="helix"
|
||||||
|
|
@ -126,7 +126,7 @@ if [ "$TERM" = "linux" ]; then
|
||||||
clear #for background artifacting
|
clear #for background artifacting
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{{ if eq .chezmoi.hostname "NS51U" }}
|
{{ if eq .chezmoi.hostname "NS51MU" }}
|
||||||
tere() {
|
tere() {
|
||||||
local result=$(command tere "$@")
|
local result=$(command tere "$@")
|
||||||
[ -n "$result" ] && cd -- "$result"
|
[ -n "$result" ] && cd -- "$result"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue