formatting

This commit is contained in:
Daylin Morgan 2022-08-30 23:08:41 -05:00
parent 2201bd06f9
commit e950281dd9
4 changed files with 11 additions and 13 deletions

View File

@ -90,7 +90,7 @@ install_fzf() {
echo "installing fzf using git"
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install --bin
~/.fzf/install --bin
}
install_mambaforge() {

View File

@ -58,4 +58,3 @@ alias pdm-start='eval "$(pdm shell)"'
alias mkrt='make -C $(git rev-parse --show-toplevel)'
alias mk="make"
alias mkc="make -C"

View File

@ -106,20 +106,20 @@ export PATH="$PNPM_HOME:$PATH"
# pnpm end
if [ -d "$HOME/.pkgs/google-cloud-sdk" ]; then
source /home/daylin/.pkgs/google-cloud-sdk/completion.zsh.inc
source /home/daylin/.pkgs/google-cloud-sdk/path.zsh.inc
source /home/daylin/.pkgs/google-cloud-sdk/completion.zsh.inc
source /home/daylin/.pkgs/google-cloud-sdk/path.zsh.inc
fi
if [ -d "$HOME/.deno" ]; then
export DENO_INSTALL="/home/daylin/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
export DENO_INSTALL="/home/daylin/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
fi
if [ -d "$HOME/.bun" ]; then
# bun completions
[ -s "/home/daylin/.bun/_bun" ] && source "/home/daylin/.bun/_bun"
# bun completions
[ -s "/home/daylin/.bun/_bun" ] && source "/home/daylin/.bun/_bun"
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
fi

View File

@ -81,6 +81,5 @@ help() {
}
format-qmd() {
jupytext --from qmd $1 --pipe black
jupytext --from qmd $1 --pipe black
}