None
SV
Configure Your Environment
[]
Chris Lockard.net
(OSX 10.8.5 uses version 3.2.48 while Kali uses 4.2.37) Editing the configuration file for each of these environments is largely similar, though on OSX I’ve edited the ~/.bash_history file, while the same configuration in Kali is made to the ~/.bashrc file. List long, all files, sort by time #OSX alias ll = "ls -talF" #Kali alias ll = "ls -alhF" #Screen aliases #List screens alias sl = "screen -list" #Detach/Reattach to a screen alias sdr = "screen -dr" #list groups alias groupl = "cut -d: -f1 /etc/group" #Kali - Netstat Numeric alias nsn = "netstat -at --numeric-hosts --numeric-ports" ip = $( hostname -I ) export PS1 = "\[ $( tput bold ) \]\[ $( tput setaf 161 ) \] \D{ %Y-%m-%d} \[ $( tput setaf 126 ) \] \t \[ $( tput setaf 103 ) \] \!