diff options
Diffstat (limited to 'nix/modules/home/zsh.nix')
| -rw-r--r-- | nix/modules/home/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/modules/home/zsh.nix b/nix/modules/home/zsh.nix index 78f2cc6..6753547 100644 --- a/nix/modules/home/zsh.nix +++ b/nix/modules/home/zsh.nix @@ -21,6 +21,7 @@ }; shellAliases = { + clone-secrets = "git clone ssh://\"$1\"/home/preston/secrets \"$HOME/secrets\""; get-channel-id = "yt-dlp --print \"%(channel_id)s\" --playlist-end 1 \"$1\""; se = "sops edit"; f = "vim $(fzf)"; |
