Many changes
This commit is contained in:
parent
0526302f3e
commit
90fc6ab4fb
39 changed files with 1416 additions and 18 deletions
|
@ -172,3 +172,17 @@ alias rs="rofi-reverse-shells"
|
|||
|
||||
ARMORY="$HOME/GitRepos/armoury"
|
||||
alias surecheckImport="$JAVA_HOME/bin/java -jar $ARMORY/host_build_reviews/windows/SurecheckImport/SurecheckImport_v0.2.jar "
|
||||
|
||||
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
|
||||
|
||||
# These aliases are related to projects
|
||||
# Make sqlmap put output in the current project folder
|
||||
alias sqlmap="[ -L ~/Projects/current ] && sqlmap --output-dir=\"~/Projects/current/sqlmap\""
|
||||
# Cd into the current project
|
||||
alias pp="[ -L ~/Projects/current ] && cd \$(readlink ~/Projects/current) || cd ~/Projects"
|
||||
# Automatically switch project based on current location
|
||||
alias pa="project switch --auto"
|
||||
# Change project using fzf
|
||||
alias pc="project switch --fzf"
|
||||
# Create a new project
|
||||
alias pn="project new"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
export LANG="en_GB.UTF-8"
|
||||
export TERMINAL=/usr/local/bin/st
|
||||
export TERM=xterm-256color
|
||||
export PATH=~/.bin:$PATH:/opt/lampp/bin:~/.config/composer/vendor/bin:.
|
||||
export PATH=~/Projects/current/bin:~/.bin:$PATH:.
|
||||
export EDITOR='vim'
|
||||
export READER='zathura'
|
||||
export CDPATH=.:~:~/Sites
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue