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 #37

Merged
merged 7 commits into from
Feb 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
setting up zshevn
  • Loading branch information
edheltzel committed Feb 12, 2024
commit 81f3a5955c528c97172c6a9d2fb3c76c8704c371
29 changes: 29 additions & 0 deletions zsh/.zshenv
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# ~/.zshenv
# Environment variables

# XDG
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_CACHE_HOME="${HOME}/.cache"
export XDG_DATA_HOME="${HOME}/.local/share"
export XDG_BIN_HOME="${HOME}/.local/bin"
export XDG_LIB_HOME="${HOME}/.local/lib"

# Apps
export BROWSER="brave"
export EDITOR="code-insiders"
export PAGER="most"
export TERMINAL="iterm"
export DROPBOX="${HOME}/Library/CloudStorage/Dropbox-RDM"
export VOL="xxx"

# Cargo
source "$HOME/.cargo/env"
. "$HOME/.cargo/env"

HISTSIZE=1000000
SAVEHIST=1000000
export PATH="$HOME/.local/bin":$PATH
export PATH="$HOME/.docker/bin":$PATH
export MANWIDTH=999
export PATH=$HOME/.cargo/bin:$PATH
export PATH=$HOME/.local/share/go/bin:$PATH
export GOPATH=$HOME/.local/share/go
export PATH=$HOME/.fnm:$PATH