add: search script

This commit is contained in:
Léana 江 2023-11-29 14:40:36 +01:00 committed by Léana 江
parent df3001dbab
commit 2928cfe605
3 changed files with 52 additions and 25 deletions

View file

@ -52,7 +52,6 @@ abbr myip 'curl ipinfo.io'
abbr news newsboat
abbr :q exit
abbr :Q exit
alias :w 'echo "Are you drunk??"'
# ssh
abbr pi 'ssh pi4'
@ -69,3 +68,9 @@ abbr sp '$EDITOR ~/.dotfiles/.config/starship.toml'
abbr vv 'python3 -m venv venv && source venv/bin/activate.fish'
abbr von 'source venv/bin/activate.fish'
abbr voff 'deactivate'
# Search
abbr s 'search.py'
abbr syt 'search.py -m yt'
abbr sgh 'search.py -m gh'
abbr sfj 'search.py -m fj'