File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ See the [bashrc](environment/bashrc) page for more useful settings.
33
33
# If you come from bash you might have to change your $PATH.
34
34
# export PATH=$HOME/bin:/usr/local/bin:$PATH
35
35
36
- source $ZSH /oh-my-zsh.sh
37
-
38
36
export ZSH=" /home/jinx/.oh-my-zsh"
39
37
export UPDATE_ZSH_DAYS=7
40
38
@@ -46,6 +44,7 @@ ENABLE_CORRECTION="true"
46
44
plugins=(git)
47
45
48
46
# Aliases
47
+ alias ls=" ls -la"
49
48
alias ohmyzsh=" code ~/.oh-my-zsh"
50
49
alias ua=" sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove -y && sudo apt-get autoclean -y"
51
50
alias updatethefuck=" pip3 install thefuck --upgrade"
@@ -59,6 +58,9 @@ eval $(thefuck --alias)
59
58
# else
60
59
# export EDITOR='mvim'
61
60
# fi
61
+
62
+ # Load that shit
63
+ source $ZSH /oh-my-zsh.sh
62
64
```
63
65
64
66
## Caveats
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ publish: true
5
5
tags : ["websites", "security"]
6
6
---
7
7
8
+ ## Resources
9
+
10
+ - [ OWASP Cheatsheet] ( https://cheatsheetseries.owasp.org/ )
11
+
8
12
## CTF
9
13
10
14
- [ Github CTF Writeups] ( https://github.com/ctfs/ ) - CTF writups
You can’t perform that action at this time.
0 commit comments