Skip to content

Commit

Permalink
Update files based on submodule changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Feb 4, 2025
1 parent 23b259b commit 40c07b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Entries under the **Removed** section indicate items removed from the entire doc

## Unreleased

## 2025-02-04

### Changed

- changed(PATH): modify path to 'nvim' when in '/opt/'

## 2025-01-27

### Added
Expand Down
4 changes: 2 additions & 2 deletions includes/zshrc-files/zshrc-linux.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ git open - Opens the GitHub page for a repo/branch in your browser.
## Path purpose:
## $HOME/.local/bin: User installed binaries.
## $HOME/.dotnet/tools: .NET Core tools.
## /opt/nvim-linux64/bin: Neovim binary.
## /opt/nvim/bin: Neovim binary.
export PATH="$HOME/.local/bin:$PATH:$HOME/.dotnet/tools"
[[ -d /opt/nvim-linux64/bin ]] && export PATH="/opt/nvim-linux64/bin:$PATH"
[[ -d /opt/nvim/bin ]] && export PATH="/opt/nvim/bin:$PATH"

# Modifies the colors of files and directories in the terminal.
export LS_COLORS="di=34:ln=36:so=35:pi=1;33:ex=32:bd=34;46:cd=1;33;40:su=30;41:sg=30;46:tw=30;42:ow=30;1;43"
Expand Down

0 comments on commit 40c07b9

Please sign in to comment.