Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
roktas committed Oct 14, 2023
1 parent a6eb066 commit 26e25e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bash/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# ----------------------------------------------------------------------------------------------------------------------

export SHELL=$(command -v zsh)
export PATH=$HOME/Dropbox/bin:$HOME/.local/bin:$PATH

autoload colors; colors

Expand Down

0 comments on commit 26e25e4

Please sign in to comment.