Linux - bashrc & zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# EVERYTHING BELOW HERE IS CUSTOM/USER MADE
# TAMPER WITH EVERYTHING ABOVE AT YOUR OWN RISK
# Start fastfetch
#fastfetch
# Clears Bash/Zsh History
#echo "" > ~/.bash_history && \
#echo "" > ~/.zsh_history && \
# "-c" for Bash and "-p" for Zsh (may need to adjust history alias if errors show up)
#history -c
#history -p
# Export Environment Variables (only if running code, not code-oss)
#export DONT_PROMPT_WSL_INSTALL=1
#export PATH=$PATH:~/.local/bin #use this if installing pwncat-cs in Kali
This post is licensed under CC BY 4.0 by the author.