Use double line comments
This commit is contained in:
44
dot_bashrc
44
dot_bashrc
@ -21,18 +21,18 @@ shopt -s checkwinsize
|
|||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# 1Password
|
# 1Password
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
# Use the 1Password agent to manage ssh keys
|
# Use the 1Password agent to manage ssh keys
|
||||||
#
|
#
|
||||||
|
|
||||||
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
|
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# XDG Base Directory Specification
|
# XDG Base Directory Specification
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
# Define standard locations for configuration and data files
|
# Define standard locations for configuration and data files
|
||||||
#
|
#
|
||||||
@ -66,9 +66,9 @@ export NVM_DIR="/Users/corey/Library/Application Support/Herd/config/nvm"
|
|||||||
# Less don't make a history file
|
# Less don't make a history file
|
||||||
export LESSHISTFILE="/dev/null"
|
export LESSHISTFILE="/dev/null"
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# PATH Configuration
|
# PATH Configuration
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
# Set up the PATH environment variable with all necessary directories
|
# Set up the PATH environment variable with all necessary directories
|
||||||
#
|
#
|
||||||
@ -92,18 +92,18 @@ fi
|
|||||||
# Export the final PATH
|
# Export the final PATH
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# Export terminal type
|
# Export terminal type
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
# Set terminal to 256color mode for use with custom color schemes
|
# Set terminal to 256color mode for use with custom color schemes
|
||||||
#
|
#
|
||||||
|
|
||||||
export TERM="xterm-256color"
|
export TERM="xterm-256color"
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# Prompt
|
# Prompt
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
# Simple prompt matching Ubuntu's default style with colors
|
# Simple prompt matching Ubuntu's default style with colors
|
||||||
#
|
#
|
||||||
@ -188,9 +188,9 @@ PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\${GIT_PROMPT
|
|||||||
|
|
||||||
export PYTHON_HISTORY="$HOME/.local/state/python_history"
|
export PYTHON_HISTORY="$HOME/.local/state/python_history"
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# Shell History
|
# Shell History
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -214,9 +214,9 @@ shopt -s histreedit
|
|||||||
shopt -s histverify
|
shopt -s histverify
|
||||||
shopt -s lithist
|
shopt -s lithist
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# Tmux Configuration
|
# Tmux Configuration
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
# Settings for Tmux integration
|
# Settings for Tmux integration
|
||||||
#
|
#
|
||||||
@ -225,9 +225,9 @@ if [[ ! $(tmux list-sessions) ]]; then
|
|||||||
tmux new -s Tmux;
|
tmux new -s Tmux;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# fzf
|
# fzf
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
# https://github.com/junegunn/fzf
|
# https://github.com/junegunn/fzf
|
||||||
#
|
#
|
||||||
@ -291,18 +291,18 @@ export FZF_ALT_C_OPTS="
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# Mise
|
# Mise
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
eval "$(mise activate bash)"
|
eval "$(mise activate bash)"
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# Alias
|
# Alias
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
@ -317,9 +317,9 @@ for i in $(seq 2 8); do
|
|||||||
alias "$dots"="cd $paths"
|
alias "$dots"="cd $paths"
|
||||||
done
|
done
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
# Zoxide
|
# Zoxide
|
||||||
# ------------------------------------------------------------------------------
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
# Setup zsh completions and zoxide cd jumping
|
# Setup zsh completions and zoxide cd jumping
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user