rj1
log | files | refs
commit a9f6a3279f6b8672ceba1b41a04e14e0f8312f16
parent 86092e5f04b83f9b79114ec9d115a5af2e1ad7fd
author: rj1 <[email protected]>
date:   Sat, 18 May 2024 11:46:06 -0600

zsh: alias tweaks

Diffstat:
M.config/zsh/aliases.zsh | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh @@ -91,7 +91,8 @@ cpsshot() { file="$HOME/img/sshot/$(/usr/bin/ls -Art $HOME/img/sshot | tail -n 1)" cp -f ${file} $1 - echo "copied ${file}" + rm -f ${file} + echo "moved ${file}" } cpvid() { @@ -102,7 +103,8 @@ cpvid() { file="$HOME/vid/screencast/$(/usr/bin/ls -Art $HOME/vid/screencast | tail -n 1)" cp -f ${file} $1 - echo "copied ${file}" + rm -f ${file} + echo "moved ${file}" } androidproxy() {