diff options
Diffstat (limited to 'home')
| -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 |
