I hereby claim:
- I am juancsucoder on github.
- I am juancsucoder (https://keybase.io/juancsucoder) on keybase.
- I have a public key ASBKtinx9Qw-LK09ImcP1xqMbIKWnAYMVDjRw03ImgFYBAo
To claim this, I am signing this object:
if status is-interactive | |
# Commands to run in interactive sessions can go here | |
neofetch | |
end | |
alias ls="exa -l --icons --git" | |
alias la="exa -la --icons --git" | |
alias tree="exa --tree --level=2 --icons --git" | |
alias cat="batcat" |
[aws] | |
symbol = " " | |
[buf] | |
symbol = " " | |
[bun] | |
symbol = " " | |
[c] |
### don't autostart fish if we alredy did it. | |
if [ -z "$STARTEDFISH" ]; | |
then | |
export STARTEDFISH=1; | |
exec fish; | |
exit; | |
fi | |
eval "$(starship init bash)" |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Test App</title> | |
</head> | |
<style> | |
html, body { | |
height: 100%; |