Created
March 12, 2022 08:23
-
-
Save jitunayak/e77816a0e5459ad11253fbfc9d0bd3c8 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
# Fig pre block. Keep at the top of this file. | |
export PATH="${PATH}:${HOME}/.local/bin" | |
eval "$(fig init zsh pre)" | |
fpath=($fpath "/Users/jitunayak/.zfunctions") | |
# Set Spaceship ZSH as a prompt | |
autoload -U promptinit; promptinit | |
prompt spaceship | |
fpath=($fpath "/Users/jitunayak/.zfunctions") | |
export LANG=en_US.UTF-8 | |
alias k="clear" | |
alias o="open" | |
alias gcm="git commit -m" | |
alias gal="git add ." | |
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh | |
# Fig post block. Keep at the bottom of this file. | |
eval "$(fig init zsh post)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment