Skip to content

Commit

Permalink
Make music download to ~/Downloads/music
Browse files Browse the repository at this point in the history
  • Loading branch information
abysssol committed Jun 12, 2024
1 parent fd65e66 commit fe0f13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -gx MANROFFOPT -c

alias nix-shell "nix-shell --run fish"
alias clippy-all "cargo clippy -- -D clippy::all -W clippy::pedantic -W clippy::nursery"
alias dl-music "yt-dlp --no-playlist --embed-metadata -x --audio-format flac -P ~/Downloads"
alias dl-music "yt-dlp --no-playlist --embed-metadata -x --audio-format flac -P ~/Downloads/music"

alias ls "eza --group-directories-first"
alias ll "eza -lF --group-directories-first"
Expand Down

0 comments on commit fe0f13f

Please sign in to comment.