nushell: update aliases
This commit is contained in:
parent
24a3d505e0
commit
1aa89e3455
1 changed files with 5 additions and 4 deletions
|
@ -16,11 +16,12 @@ alias mv = mv -i
|
|||
alias sakura = nix run github:serokell/deploy-rs ".#sakura"
|
||||
alias kariru = nix run github:serokell/deploy-rs ".#kariru"
|
||||
alias yuki = nix run github:serokell/deploy-rs ".#yuki"
|
||||
alias deadnix = nix run "nixpkgs#deadnix"
|
||||
alias statix = nix run "nixpkgs#statix" -- check
|
||||
alias dx = nix run "nixpkgs#deadnix"
|
||||
alias sx = nix run "nixpkgs#statix" -- check
|
||||
alias statix-fix = nix run "nixpkgs#statix" -- fix
|
||||
alias download = yt-dlp -P ~/Videos/downloaded
|
||||
alias upload = rpaste -s "https://img.notohh.dev/" -e 1day
|
||||
alias dl = yt-dlp -P ~/Videos/downloaded
|
||||
alias dlcd = yt-dlp
|
||||
alias up = rpaste -s "https://img.notohh.dev/" -e 1day
|
||||
|
||||
let-env config = {
|
||||
|
||||
|
|
Loading…
Reference in a new issue