Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/zsh #38

Merged
merged 14 commits into from
Feb 13, 2024
Prev Previous commit
Next Next commit
Update zsh configuration and environment variables
  • Loading branch information
edheltzel committed Feb 13, 2024
commit 7eaa0e5e2735eb0b43ea225d075978e4d5784a3c
12 changes: 5 additions & 7 deletions zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ export XDG_DATA_HOME="${HOME}/.local/share"
export XDG_BIN_HOME="${HOME}/.local/bin"
export XDG_LIB_HOME="${HOME}/.local/lib"

# Add variables for key Zsh directories.
export __zsh_config_dir=${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}
export __zsh_user_data_dir=${XDG_DATA_HOME:-$HOME/.local/share}/zsh
export __zsh_cache_dir=${XDG_CACHE_HOME:-$HOME/.cache}/zsh

# Apps
# Apps and Volumes
export BROWSER="brave"
export EDITOR="code-insiders"
export PAGER="most"
Expand All @@ -27,6 +22,8 @@ source "$HOME/.cargo/env"

HISTSIZE=1000000
SAVEHIST=1000000
HISTFILE=~/.zsh_history

export PATH="$HOME/.local/bin":$PATH
export PATH="$HOME/.docker/bin":$PATH
export MANWIDTH=999
Expand All @@ -35,4 +32,5 @@ export PATH=$HOME/.local/share/go/bin:$PATH
export GOPATH=$HOME/.local/share/go
export PATH=$HOME/.fnm:$PATH

ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#3f4964"
# Ruby
# export PATH="$HOME/.rbenv/bin:$PATH"