mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 00:48:33 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d56338e233 | |||
| ef6ccb92c0 | |||
| 16bb91dd81 |
77
base/bashrc
77
base/bashrc
@@ -31,78 +31,5 @@ x-have rbenv && {
|
|||||||
eval "$(rbenv init - bash)"
|
eval "$(rbenv init - bash)"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Enable the subsequent settings only in interactive sessions
|
eval "$(starship init bash)"
|
||||||
case $- in
|
source "$DOTFILES/config/alias"
|
||||||
*i*) ;;
|
|
||||||
*) return ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# Path to your oh-my-bash installation.
|
|
||||||
export OSH="$HOME/.local/share/oh-my-bash"
|
|
||||||
|
|
||||||
[ -d "$OSH" ] && {
|
|
||||||
export OSH_THEME="powerline-multiline"
|
|
||||||
|
|
||||||
# PowerLine theme config
|
|
||||||
export POWERLINE_LEFT_PROMPT="cwd scm"
|
|
||||||
export POWERLINE_RIGHT_PROMPT="python_venv ruby in_vim battery user_info"
|
|
||||||
|
|
||||||
# Display red dots whilst waiting for completion.
|
|
||||||
export COMPLETION_WAITING_DOTS="true"
|
|
||||||
|
|
||||||
# Uncomment the following line if you want to disable marking untracked files
|
|
||||||
# under VCS as dirty. This makes repository status check for large repositories
|
|
||||||
# much, much faster.
|
|
||||||
export DISABLE_UNTRACKED_FILES_DIRTY="true"
|
|
||||||
|
|
||||||
# To disable the uses of "sudo" by oh-my-bash, please set "false" to
|
|
||||||
# this variable. The default behavior for the empty value is "true".
|
|
||||||
export OMB_USE_SUDO=true
|
|
||||||
|
|
||||||
# To enable/disable display of Python virtualenv and condaenv
|
|
||||||
export OMB_PROMPT_SHOW_PYTHON_VENV=true # enable
|
|
||||||
# OMB_PROMPT_SHOW_PYTHON_VENV=false # disable
|
|
||||||
|
|
||||||
# Which completions would you like to load? (completions can be found in ~/.oh-my-bash/completions/*)
|
|
||||||
# Custom completions may be added to ~/.oh-my-bash/custom/completions/
|
|
||||||
# Example format: completions=(ssh git bundler gem pip pip3)
|
|
||||||
# Add wisely, as too many completions slow down shell startup.
|
|
||||||
export completions=(
|
|
||||||
git
|
|
||||||
composer
|
|
||||||
ssh
|
|
||||||
)
|
|
||||||
|
|
||||||
# Which aliases would you like to load? (aliases can be found in ~/.oh-my-bash/aliases/*)
|
|
||||||
# Custom aliases may be added to ~/.oh-my-bash/custom/aliases/
|
|
||||||
# Example format: aliases=(vagrant composer git-avh)
|
|
||||||
# Add wisely, as too many aliases slow down shell startup.
|
|
||||||
export aliases=(
|
|
||||||
general
|
|
||||||
)
|
|
||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-bash/plugins/*)
|
|
||||||
# Custom plugins may be added to ~/.oh-my-bash/custom/plugins/
|
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
|
||||||
export plugins=(
|
|
||||||
git
|
|
||||||
bashmarks
|
|
||||||
)
|
|
||||||
|
|
||||||
# Which plugins would you like to conditionally load? (plugins can be found in ~/.oh-my-bash/plugins/*)
|
|
||||||
# Custom plugins may be added to ~/.oh-my-bash/custom/plugins/
|
|
||||||
# Example format:
|
|
||||||
# if [ "$DISPLAY" ] || [ "$SSH" ]; then
|
|
||||||
# plugins+=(tmux-autoattach)
|
|
||||||
# fi
|
|
||||||
|
|
||||||
source "$OSH/oh-my-bash.sh"
|
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
|
||||||
# if [[ -n $SSH_CONNECTION ]]; then
|
|
||||||
# export EDITOR='vim'
|
|
||||||
# else
|
|
||||||
# export EDITOR='mvim'
|
|
||||||
# fi
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -100,7 +100,5 @@ TMUX_WINDOW_NAME_PLUGIN="$DOTFILES/config/tmux/plugins/tmux-window-name/scripts/
|
|||||||
add-zsh-hook chpwd tmux-window-name
|
add-zsh-hook chpwd tmux-window-name
|
||||||
}
|
}
|
||||||
|
|
||||||
# Start starship
|
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
source "$DOTFILES/config/alias"
|
||||||
source $DOTFILES/config/alias
|
|
||||||
|
|||||||
Reference in New Issue
Block a user