mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Alias copyfile instead of zsh plugin
This commit is contained in:
@@ -90,6 +90,8 @@
|
||||
nixos-option = "nixos-option --flake ~/projects/flake";
|
||||
# i will never remember those flags
|
||||
ss = "ss -tlpun";
|
||||
# habits
|
||||
copyfile = "clipcopy";
|
||||
|
||||
# viu doesn't work with tmux, icat does. using that while waiting
|
||||
viu = "kitty +kitten icat";
|
||||
@@ -133,11 +135,6 @@
|
||||
src = pkgs.oh-my-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 =
|
||||
#bash
|
||||
|
||||
Reference in New Issue
Block a user