Skip to content

Instantly share code, notes, and snippets.

@jitunayak
Created March 12, 2022 08:23
Show Gist options
  • Save jitunayak/e77816a0e5459ad11253fbfc9d0bd3c8 to your computer and use it in GitHub Desktop.
Save jitunayak/e77816a0e5459ad11253fbfc9d0bd3c8 to your computer and use it in GitHub Desktop.
# 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