From 26e25e4ba69dd816a8897d6ff7c3894bc63f39cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Recai=20Okta=C5=9F?= Date: Sat, 14 Oct 2023 11:04:16 +0300 Subject: [PATCH] . --- bash/bashrc | 2 +- zsh/zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index d56f5b2..dcd801e 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -7,7 +7,7 @@ # Settings # ---------------------------------------------------------------------------------------------------------------------- -export PATH=$HOME/.local/bin:$PATH +export PATH=$HOME/Dropbox/bin:$HOME/.local/bin:$PATH export SHELL=$(command -v bash) HISTSIZE=500000 diff --git a/zsh/zshrc b/zsh/zshrc index f12b091..a962788 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -6,6 +6,7 @@ # ---------------------------------------------------------------------------------------------------------------------- export SHELL=$(command -v zsh) +export PATH=$HOME/Dropbox/bin:$HOME/.local/bin:$PATH autoload colors; colors