set libgen download location

This commit is contained in:
MorganGeek 2021-06-07 09:49:36 +02:00
parent d49efa06f3
commit c3887fe8a3

View File

@ -20,6 +20,9 @@ alias lh='ls -alt | head' # see the last modified files
alias tree='ls --almost-all --tree -I .git' alias tree='ls --almost-all --tree -I .git'
alias x='extract' alias x='extract'
# Searching
alias searchbook="libgen-cli search --output $HOME/Downloads/Books"
# Projects shortcuts # Projects shortcuts
alias code='cd $HOME/Code' alias code='cd $HOME/Code'
alias blog='z morgangeek-blog' alias blog='z morgangeek-blog'