From a7129fbddfad29f99f4c8ccfa0a9e415fedd96b3 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 09:41:58 +0200 Subject: [PATCH] feat: change some variables --- modules/home/zsh.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 9aca067..f7786c2 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -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}";