summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorlucashemi <lucasxberger@gmail.com>2022-12-07 17:21:02 -0300
committerlucashemi <lucasxberger@gmail.com>2022-12-07 17:21:02 -0300
commitd58d5d7a130bf6d5e419ea1357c02b3397ff26f6 (patch)
tree5e1d1e900d3abc1d180075ca440f356764dc6aec /.config/zsh/.zshrc
parent65858adf95cb8427532f636fe014ee317be57f9d (diff)
update
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc5
1 files changed, 3 insertions, 2 deletions
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
+