diff options
| author | Blista Kanjo | 2022-12-18 00:55:43 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-12-18 00:55:43 -0500 |
| commit | 844eae420f4aac03f4a60c8dac30b788a478c592 (patch) | |
| tree | 465a71a416ba8c63c066d1e18204279ccbb2cf44 | |
| parent | fe09e983bdfd678ea0c0537d4a164c362aeb28c3 (diff) | |
feat: added justfetch script
| -rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index fe71750..59f6bcc 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -8,6 +8,7 @@ if status is-interactive alias c="cal" alias w="curl wttr.in" alias x="startx" + alias justfetch="sh -c ~/.local/bin/justfetch" # youtube-dl aliases alias yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" |
