2022-02-03
This commit is contained in:
parent
f86b8496ec
commit
db393215ce
55 changed files with 1907 additions and 0 deletions
13
home/dot-bashrc
Normal file
13
home/dot-bashrc
Normal file
|
@ -0,0 +1,13 @@
|
|||
# -*- mode: bash -*-
|
||||
|
||||
source "${HOME}/.local/share/bash/common.sh"
|
||||
|
||||
if [[ ${PS1} ]]; then
|
||||
source "${HOME}/.local/share/bash/shopt.sh"
|
||||
source "${HOME}/.local/share/bash/history.sh"
|
||||
|
||||
source "${HOME}/.local/share/bash/shortcuts.sh"
|
||||
source "${HOME}/.local/share/bash/prompt.sh"
|
||||
fi
|
||||
|
||||
true
|
Loading…
Add table
Add a link
Reference in a new issue