From d58d5d7a130bf6d5e419ea1357c02b3397ff26f6 Mon Sep 17 00:00:00 2001 From: lucashemi Date: Wed, 7 Dec 2022 17:21:02 -0300 Subject: update --- .config/zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e106907..c2e1da4 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -103,7 +103,7 @@ source $ZSH/oh-my-zsh.sh alias config='/usr/bin/git --git-dir=/home/lucashemi/.dotfiles/ --work-tree=/home/lucashemi' alias weather="curl wttr.in" alias grep="grep --color=auto" -export PATH=$PATH:~/scripts +export PATH=$PATH:$HOME/scripts export EDITOR="vim" export TERMINAL="st" @@ -121,7 +121,7 @@ export XAUTHORITY="$HOME/.Xauthority" #PS1 #PROMPT="%n@%m:%~ $ " # Bash profile -export PATH=$HOME/.local/bin:$PATH +export PATH=$HOME/.eclipse/jee-2022-09/eclipse:$HOME/.local/src/idea/bin:$HOME/.local/bin:$PATH #[[ -f ~/.bashrc ]] && . ~/.bashrc @@ -129,3 +129,4 @@ export PATH=$HOME/.local/bin:$PATH if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then exec startx fi + -- cgit v1.2.3-18-g5258