Skip to content

Commit

Permalink
Merge pull request #125 from StrangeRanger/dependabot/submodules/subm…
Browse files Browse the repository at this point in the history
…odules/dotfiles-0dcbc74
  • Loading branch information
StrangeRanger authored Feb 4, 2025
2 parents 7a01454 + 40c07b9 commit 39fa382
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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
2 changes: 1 addition & 1 deletion submodules/dotfiles
Submodule dotfiles updated 1 files
+2 −2 .zshrc_linux.tmpl

0 comments on commit 39fa382

Please sign in to comment.