Compare commits

..

No commits in common. "7bb95a88444ccd7d2191e2fcd5735a91518f149d" and "9fb4d582ced594d522e491334ce0e66441723b36" have entirely different histories.

5 changed files with 7 additions and 8 deletions

View File

@ -1 +0,0 @@
alias resh="exec ${SHELL} -l"

1
broot/launcher/bash/br Symbolic link
View File

@ -0,0 +1 @@
/home/daniel/.local/share/broot/launcher/bash/1

View File

@ -0,0 +1,4 @@
This file tells broot the installation of the br function was done.
If there's a problem and you want to install it again run
broot -- install

View File

@ -1,5 +1,4 @@
# broot # broot
if (( $+commands[broot] )); then if [[ -s ~/.config/broot/launcher/bash/br ]]; then
eval "$(broot --print-shell-function zsh)" source ~/.config/broot/launcher/bash/br
broot --set-install-state installed
fi fi

View File

@ -31,10 +31,6 @@ if (( $+commands[fd] )); then
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
fi fi
if (( $+commands[sccache] )); then
export RUSTC_WRAPPER="$(which sccache)"
fi
# Local environment # Local environment
if [[ -s ~/.zshenv.local ]]; then if [[ -s ~/.zshenv.local ]]; then
source ~/.zshenv.local source ~/.zshenv.local