-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.shellrc
More file actions
24 lines (22 loc) · 931 Bytes
/
Copy path.shellrc
File metadata and controls
24 lines (22 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
source ~/.colors
source ~/.aliases
export ICLOUD="${HOME}/Library/Mobile Documents/com~apple~CloudDocs"
export __="${ICLOUD}/.__/dotfiles"
export BASH_SILENCE_DEPRECATION_WARNING='1'
export CRONDARGS=' -s -m off'
export EDITOR='nano'
export FZF_DEFAULT_COMMAND='fd --type f --hidden --exclude ".git*" --strip-cwd-prefix'
export FZF_DEFAULT_OPTS='--layout reverse --border'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
export FZF_CTRL_T_OPTS='--preview "bat --color=always --style=numbers,changes --theme=1337 {}"'
export GPG_TTY=$(tty)
export HOMEBREW_CASK_OPTS='--appdir=/Applications'
export HOMEBREW_NO_INSTALL_CLEANUP=1
export HOMEBREW_NO_VERIFY_ATTESTATIONS=1
export LANG='en_US.UTF-8'
export LC_ALL='en_US.UTF-8'
export LC_CTYPE='en_US.UTF-8'
export MANPATH="/usr/local/man:${MANPATH}"
export MISE_TRUSTED_CONFIG_PATHS="${HOME}"
export NODE_OPTIONS='--max-old-space-size=8192'
export OP_BIOMETRIC_UNLOCK_ENABLED='true'