Alias copyfile instead of zsh plugin

This commit is contained in:
2025-09-29 10:07:55 +02:00
parent 20477090a8
commit 835176af6b

View File

@@ -90,6 +90,8 @@
nixos-option = "nixos-option --flake ~/projects/flake"; nixos-option = "nixos-option --flake ~/projects/flake";
# i will never remember those flags # i will never remember those flags
ss = "ss -tlpun"; ss = "ss -tlpun";
# habits
copyfile = "clipcopy";
# viu doesn't work with tmux, icat does. using that while waiting # viu doesn't work with tmux, icat does. using that while waiting
viu = "kitty +kitten icat"; viu = "kitty +kitten icat";
@@ -133,11 +135,6 @@
src = pkgs.oh-my-zsh; src = pkgs.oh-my-zsh;
file = "share/oh-my-zsh/plugins/copypath/copypath.plugin.zsh"; file = "share/oh-my-zsh/plugins/copypath/copypath.plugin.zsh";
} }
{
name = "copyfile";
src = pkgs.oh-my-zsh;
file = "share/oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh";
}
]; ];
completionInit = completionInit =
#bash #bash