mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-04-13 13:32:09 +02:00
36 lines
777 B
Nu
36 lines
777 B
Nu
|
|
alias b = broot;
|
|
|
|
alias gg = gitui;
|
|
alias ga = git add;
|
|
alias clip = xclip -selection c;
|
|
|
|
alias cr = cargo run;
|
|
alias cl = cargo clippy;
|
|
alias cb = cargo build;
|
|
alias cch = cargo check;
|
|
|
|
alias jb = just build;
|
|
|
|
alias togglecaps = xdotool key Caps_Lock;
|
|
alias TOGGLECAPS = togglecaps;
|
|
|
|
alias bash = echo $"(ansi red)no, fuck that shit!";
|
|
alias sh = echo $"(ansi red)no, fuck that shit!";
|
|
alias zsh = echo $"(ansi red)no, fuck that shit!";
|
|
alias fish = echo $"(ansi red)no, fuck that shit!";
|
|
|
|
alias px = pulsemixer;
|
|
|
|
# uni
|
|
alias guni = cd ~/Docs/uni;
|
|
alias guni = cd ~/Docs/uni/info1;
|
|
alias gunids = cd ~/Docs/uni/design;
|
|
alias gunida = cd ~/Docs/uni/dramaturgie;
|
|
alias gunim = cd ~/Docs/uni/mathe1-3;
|
|
|
|
# typos
|
|
alias juts = just;
|
|
|
|
alias miau = meow;
|
|
alias shut = shutdown now;
|