mirror of
https://github.com/itme-brain/bash.git
synced 2026-03-23 17:59:44 -04:00
initial bash config
This commit is contained in:
commit
25d055514d
3 changed files with 165 additions and 0 deletions
11
bashrc
Normal file
11
bashrc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Source prompt and aliases
|
||||
BASH_CONFIG_DIR="${BASH_SOURCE%/*}"
|
||||
source "$BASH_CONFIG_DIR/prompt"
|
||||
source "$BASH_CONFIG_DIR/aliases"
|
||||
|
||||
# Vi mode
|
||||
set -o vi
|
||||
|
||||
# Completion
|
||||
bind 'set completion-ignore-case on'
|
||||
bind 'set completion-map-case on'
|
||||
Loading…
Add table
Add a link
Reference in a new issue