Skip to content

Commit

Permalink
edit alias again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrturcot committed Feb 4, 2023
1 parent 0fb1813 commit 3333923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stuff/zsh/aliases-user.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ alias watch-sensors="watch -n 1 sensors nvme-pci-0100 amdgpu-pci-0a00 zenpower-p
alias watch-genlop="watch -cn 1 genlop -ci"
alias htop-su="sudo -s htop"
alias wav2flac="for file in *.wav; do ffmpeg -i "$file" -c:a flac "${file%.*}.flac"; done"
alias make-clang=make LLVM=1 LLVM_IAS=1 -j14
alias make-clang="make LLVM=1 LLVM_IAS=1 -j14"

0 comments on commit 3333923

Please sign in to comment.