diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-17 15:57:31 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-17 15:57:31 -0600 |
| commit | 576bff92b60d2f8707d74f0ddcef13dec35032e3 (patch) | |
| tree | 113b7800f51d438f1e78dc255fc12b537c0eef54 /home/zshrc.nix | |
| parent | ca6b10ffb7795fd3431a55b9c546f6b127ac04a5 (diff) | |
pkgs/scripts: add merge-pdfs
Diffstat (limited to '')
| -rw-r--r-- | home/zshrc.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/zshrc.nix b/home/zshrc.nix index 09b6e32..557f700 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -5,6 +5,7 @@ alias reset='tput reset' alias reload='exec zsh' + alias this-date='date +%b%d | sed "s/^\w/\U&/g"' function spawn() { if [ ! -x "$(command -v $1)" ]; then |
