mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-10-31 01:27:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
	
		
			924 B
		
	
	
	
		
			Nu
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
	
		
			924 B
		
	
	
	
		
			Nu
		
	
	
	
	
	
| alias gnix = cd ~/nix-configs;
 | |
| alias grepo = cd ~/Documents/repos;
 | |
| alias wh = wormhole-rs;
 | |
| 
 | |
| alias gg = gitui;
 | |
| alias ga = git add;
 | |
| alias gc = git commit;
 | |
| alias gca = git commit --all;
 | |
| alias gp = git push;
 | |
| alias gl = git pull;
 | |
| alias gs = git status;
 | |
| alias clip = xclip -selection c;
 | |
| 
 | |
| alias cr = cargo run;
 | |
| alias cl = cargo clippy;
 | |
| alias cb = cargo build;
 | |
| alias cch = cargo check;
 | |
| 
 | |
| 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 shut = shutdown now;
 | 
