aboutsummaryrefslogtreecommitdiff
path: root/.shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shenanigans.sh')
-rwxr-xr-x.shenanigans.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
index 1a213a9..17e6bba 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -38,6 +38,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
38 alias vi='vim' 38 alias vi='vim'
39 alias server='python3 -m http.server 6969' 39 alias server='python3 -m http.server 6969'
40 alias gg='lazygit' 40 alias gg='lazygit'
41 alias newsbarge='newsbarge -feed-file=/home/m/.feeds.txt -out-dir=/home/m/Downloads -days-span=14'
41 42
42 # Custom folder jump commands. 43 # Custom folder jump commands.
43 alias p='cd ~/Vault/projects' 44 alias p='cd ~/Vault/projects'