Skip to content

Commit 59597b4

Browse files
committed
Fixed config
1 parent 4159287 commit 59597b4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: content/environment/zsh.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ See the [bashrc](environment/bashrc) page for more useful settings.
3333
# If you come from bash you might have to change your $PATH.
3434
# export PATH=$HOME/bin:/usr/local/bin:$PATH
3535

36-
source $ZSH/oh-my-zsh.sh
37-
3836
export ZSH="/home/jinx/.oh-my-zsh"
3937
export UPDATE_ZSH_DAYS=7
4038

@@ -46,6 +44,7 @@ ENABLE_CORRECTION="true"
4644
plugins=(git)
4745

4846
# Aliases
47+
alias ls="ls -la"
4948
alias ohmyzsh="code ~/.oh-my-zsh"
5049
alias ua="sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove -y && sudo apt-get autoclean -y"
5150
alias updatethefuck="pip3 install thefuck --upgrade"
@@ -59,6 +58,9 @@ eval $(thefuck --alias)
5958
# else
6059
# export EDITOR='mvim'
6160
# fi
61+
62+
# Load that shit
63+
source $ZSH/oh-my-zsh.sh
6264
```
6365

6466
## Caveats

Diff for: content/websites/security.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ publish: true
55
tags: ["websites", "security"]
66
---
77

8+
## Resources
9+
10+
- [OWASP Cheatsheet](https://cheatsheetseries.owasp.org/)
11+
812
## CTF
913

1014
- [Github CTF Writeups](https://github.com/ctfs/) - CTF writups

0 commit comments

Comments
 (0)