Last active
May 21, 2024 18:34
-
-
Save shirvan/11f4db76f06499b080d32edc981f9ec9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
status is-login; and pyenv init --path | source | |
status is-interactive; and pyenv init - | source | |
source /opt/homebrew/opt/asdf/libexec/asdf.fish | |
nvm use latest | |
alias n "code" | |
alias ff "fzf --preview 'bat -p --color=always {}'" | |
alias e "code (fzf --preview 'bat -p --color=always {}')" | |
alias cc "bat -p" | |
alias k "kubectl" | |
alias t "telepresence" | |
function ccc | |
bat -p $argv | pbcopy | |
end | |
function awsenv | |
echo AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID | |
echo AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY | |
echo AWS_SESSION_TOKEN=$AWS_SESSION_TOKEN | |
end | |
starship init fish | source |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment