Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
feat(fish): testmullvad alias
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 18, 2024
1 parent 20e6afd commit 2dfd476
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home-manager/shell/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ in
ll = "ls -la";
lg = "lazygit";
testtor = "curl -x socks5h://localhost:9050 -s https://check.torproject.org/api/ip";
testmullvad = "curl -Ls am.i.mullvad.net/json | jq";
top = "btm";
vi = "nvim";
yt = "yt-dlp --add-metadata -i --format mp4 --restrict-filenames --sponsorblock-remove all";
yta = "yt -x -f bestaudio/best --format mp4 --audio-format opus --restrict-filenames --sponsorblock-remove all";
yt = "yt-dlp --add-metadata -i --format mp4 --restrict-filenames";
yta = "yt -x -f bestaudio/best --format mp4 --audio-format opus --restrict-filenames";
};
plugins = [
{
Expand Down

0 comments on commit 2dfd476

Please sign in to comment.