mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: move some aliases around
This commit is contained in:
parent
97a8038aa4
commit
f6509e4dc1
1 changed files with 1 additions and 4 deletions
|
|
@ -24,13 +24,10 @@
|
|||
la = "eza -A --git";
|
||||
ll = "eza -l --git";
|
||||
lla = "eza -lA";
|
||||
# :q = "exit";
|
||||
":q" = "exit";
|
||||
ezit = "exit";
|
||||
irc = "ssh irc";
|
||||
wlc = "wl-copy";
|
||||
zshrc = "nvim ~/.zshrc";
|
||||
yt-dlp-audio = "yt-dlp -f 'ba' -x --audio-format mp3";
|
||||
zshconf = "nvim ~/.zshrc";
|
||||
open = "xdg-open";
|
||||
tree = "eza --icons --tree --group-directories-first";
|
||||
nvim = "nix run /home/liv/Development/nixvim --";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue