Compare commits
No commits in common. "7bb95a88444ccd7d2191e2fcd5735a91518f149d" and "9fb4d582ced594d522e491334ce0e66441723b36" have entirely different histories.
7bb95a8844
...
9fb4d582ce
@ -1 +0,0 @@
|
|||||||
alias resh="exec ${SHELL} -l"
|
|
1
broot/launcher/bash/br
Symbolic link
1
broot/launcher/bash/br
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/daniel/.local/share/broot/launcher/bash/1
|
4
broot/launcher/installed-v1
Normal file
4
broot/launcher/installed-v1
Normal 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
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user