Added Screenshot script for i3, fixed writeup path for ranger, added aws centos to ssh, added some abbrevs for *.go in vim, added metasploit alias to .zshrc~
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
# Paths
|
||||
export ZSH="/home/tuan/.oh-my-zsh"
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
export PATH="$PATH:$HOME/.go/bin:$HOME/.local/bin:$HOME/.cargo/bin:$HOME/.dotnet/tools"
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
export DOTNET_ROOT=/opt/dotnet
|
||||
export SecList=$HOME/Local/PenTesting/SecLists/
|
||||
|
||||
|
||||
# Alias
|
||||
alias q="exit"
|
||||
alias ranger='ranger --choosedir=$HOME/.rangerdir; LASTDIR=`cat $HOME/.rangerdir`; cd "$LASTDIR"'
|
||||
alias xsel='xsel -ib'
|
||||
alias msfconsole="msfconsole -x \"db_connect metasploit@msf\""
|
||||
|
||||
# Theme
|
||||
ZSH_THEME="agnoster"
|
||||
|
||||
Reference in New Issue
Block a user