mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: change some variables
This commit is contained in:
parent
382d4c34d8
commit
a7129fbddf
1 changed files with 3 additions and 10 deletions
|
|
@ -19,22 +19,16 @@
|
|||
};
|
||||
|
||||
shellAliases = {
|
||||
ls = "eza -lh";
|
||||
la = "eza -A";
|
||||
ll = "eza -l";
|
||||
ls = "eza -lh --git";
|
||||
la = "eza -A --git";
|
||||
ll = "eza -l --git";
|
||||
lla = "eza -lA";
|
||||
# :q = "exit";
|
||||
ezit = "exit";
|
||||
notes = "nvim ~/Documents/todo.md";
|
||||
todo = "nvim ~/Documents/todo.md";
|
||||
irc = "ssh irc";
|
||||
tmuxconf = "nvim ~/.config/tmux/tmux.conf";
|
||||
nvimconf = "cd ~/.config/nvim && nvim";
|
||||
termconf = "nvim ~/.config/alacritty/alacritty.yml";
|
||||
wc = "wl-copy";
|
||||
zshrc = "nvim ~/.zshrc";
|
||||
yt-dlp-audio = "yt-dlp -f 'ba' -x --audio-format mp3";
|
||||
emerge = "doas emerge";
|
||||
zshconf = "nvim ~/.zshrc";
|
||||
open = "xdg-open";
|
||||
tree = "eza --icons --tree --group-directories-first";
|
||||
|
|
@ -42,7 +36,6 @@
|
|||
doas = "sudo";
|
||||
|
||||
# NixOS
|
||||
cdnix = "cd ~/nixos-config && codium ~/nixos-config";
|
||||
ns = "nix-shell --run zsh";
|
||||
nix-shell = "nix-shell --run zsh";
|
||||
nix-switch = "sudo nixos-rebuild switch --flake ~/nixos-config#${host}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue