removing zsh
This commit is contained in:
parent
18441b2a4d
commit
5698bcf8b0
1 changed files with 0 additions and 27 deletions
|
@ -1565,33 +1565,6 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
|
||||||
enable = true;
|
|
||||||
autosuggestion.enable = true;
|
|
||||||
enableCompletion = true;
|
|
||||||
syntaxHighlighting.enable = true;
|
|
||||||
autocd = true;
|
|
||||||
dotDir = ".config/zsh";
|
|
||||||
shellAliases = {
|
|
||||||
ls = "eza -l";
|
|
||||||
la = "eza -la";
|
|
||||||
mpf = "mpv --profile=fast";
|
|
||||||
mps = "mpv --profile=slow";
|
|
||||||
ec = "emacsclient -t";
|
|
||||||
ecc = "emacsclient -c";
|
|
||||||
mkdir = "mkdir -pv";
|
|
||||||
nupd = "update-nix";
|
|
||||||
nupg = "upgrade-nix";
|
|
||||||
suspend = "systemctl suspend";
|
|
||||||
sysuse = "systemctl --user";
|
|
||||||
myip = "curl icanhazip.com";
|
|
||||||
ytd = ''yt-dlp -o "~/vids/%(title)s.%(ext)s" $1'';
|
|
||||||
};
|
|
||||||
initExtra = ''
|
|
||||||
macchina
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
xdg.desktopEntries = {
|
xdg.desktopEntries = {
|
||||||
mpv-slow = {
|
mpv-slow = {
|
||||||
name = "MPV";
|
name = "MPV";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue