zshrc 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. #!/bin/bash
  2. # $$\ $$\ $$\ $$\ $$$$$$\ $$\
  3. # $$ | $$ | $$ | $$ | $$$ __$$\ $$ |
  4. # $$$$$$\ $$$$$$\ $$ | $$ | $$$$$$\ $$$$$$$\ $$$$\ $$ | $$$$$$$\ $$$$$$\
  5. # \_$$ _| $$ __$$\ $$$$$$$$ |$$ __$$\ $$ __$$\ $$\$$\$$ |$$ _____|\_$$ _|
  6. # $$ | $$$$$$$$ |\_____$$ |$$ / $$ |$$ | $$ |$$ \$$$$ |\$$$$$$\ $$ |
  7. # $$ |$$\ $$ ____| $$ |$$ | $$ |$$ | $$ |$$ |\$$$ | \____$$\ $$ |$$\
  8. # \$$$$ |\$$$$$$$\ $$ |\$$$$$$$ |$$ | $$ |\$$$$$$ /$$$$$$$ | \$$$$ |
  9. # \____/ \_______| \__| \____$$ |\__| \__| \______/ \_______/ \____/
  10. # $$\ $$ |
  11. # \$$$$$$ |
  12. # \______/
  13. # Path to your oh-my-zsh installation.
  14. export ZSH="$HOME/.oh-my-zsh"
  15. # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
  16. ZSH_THEME="agnoster"
  17. plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting)
  18. source $ZSH/oh-my-zsh.sh
  19. # Example aliases
  20. # alias zshconfig="mate ~/.zshrc"
  21. # alias ohmyzsh="mate ~/.oh-my-zsh"
  22. #te4gh0st logo in start
  23. ~/.te4gh0st/te4gh0st.py
  24. alias ports="sudo lsof -nP -iTCP -sTCP:LISTEN"