Addet proxy config again and changed ble-import to just use my own source func
This commit is contained in:
parent
88d5d3f6bc
commit
c43c508b1e
2 changed files with 63 additions and 5 deletions
8
.bashrc
8
.bashrc
|
@ -127,7 +127,6 @@ source-file() {
|
|||
source $file
|
||||
else
|
||||
file=$1
|
||||
|
||||
[[ -e "$file" ]] &&
|
||||
source $file &&
|
||||
echo "Sourced $file"
|
||||
|
@ -251,7 +250,7 @@ _init() {
|
|||
if command-exists fzf; then
|
||||
|
||||
if $blesh; then
|
||||
return
|
||||
echo
|
||||
else
|
||||
eval "$(fzf --bash)" || {
|
||||
source-file "$HOME/.fzf/shell/completion.bash"
|
||||
|
@ -419,10 +418,9 @@ main() {
|
|||
setup-pkg
|
||||
show-end-screen
|
||||
|
||||
ble-import "$HOME/.bash_aliases"
|
||||
source-file -q "$HOME/.bash_aliases"
|
||||
source-file -q "$HOME/.bash/plugins/autopairs.sh"
|
||||
# ble-import "$HOME/.bash/plugins/autopairs.sh"
|
||||
# source-file -q "$HOME/.bash_aliases"
|
||||
source-file -q "$HOME/.proxy"
|
||||
|
||||
if command-exists keychain; then
|
||||
eval "$(keychain --eval --noask --agents ssh ~/.ssh/{homelab-id_rsa,hetzner_id_rsa})"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue