Updated
This commit is contained in:
parent
4a8e118d23
commit
515f71f78c
3 changed files with 18 additions and 11 deletions
20
.bashrc
20
.bashrc
|
|
@ -21,12 +21,12 @@
|
|||
# Load modular configarion
|
||||
# -----------------------------------------------------
|
||||
|
||||
for f in ~/.config/bashrc/*; do
|
||||
if [ ! -d $f ]; then
|
||||
c=$(echo $f | sed -e "s=.config/bashrc=.config/bashrc/custom=")
|
||||
[[ -f $c ]] && source $c || source $f
|
||||
fi
|
||||
done
|
||||
#for f in ~/.config/bashrc/*; do
|
||||
# if [ ! -d $f ]; then
|
||||
# c=$(echo $f | sed -e "s=.config/bashrc=.config/bashrc/custom=")
|
||||
# [[ -f $c ]] && source $c || source $f
|
||||
# fi
|
||||
#done
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Load single customization file (if exists)
|
||||
|
|
@ -35,8 +35,8 @@ done
|
|||
if [ -f ~/.bashrc_custom ]; then
|
||||
source ~/.bashrc_custom
|
||||
fi
|
||||
. "/home/patrick/.deno/env"
|
||||
source /home/patrick/.local/share/bash-completion/completions/deno.bash
|
||||
#. "/home/patrick/.deno/env"
|
||||
#source /home/patrick/.local/share/bash-completion/completions/deno.bash
|
||||
|
||||
alias xi="sudo xbps-install -S"
|
||||
alias ls="lsd -l"
|
||||
#alias xi="sudo xbps-install -S"
|
||||
#alias ls="lsd -l"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue