From 54d60efb70220b52e9affa835e9b3bdb3f6786e9 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 4 Jan 2021 12:22:32 +0200 Subject: [PATCH] Alias for here copying files here. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 2905a53..1740eb6 100644 --- a/.bashrc +++ b/.bashrc @@ -75,6 +75,7 @@ alias clean-swp="find \$HOME/ -name '*.swp' -delete" alias close='ssh -fnNTS ~/.ssh/%C.sock -O exit' alias color='less --raw-control-chars -p' alias concat="perl -pe 's/\\n/\\\\n/g'" +alias cphere='cp --target-directory=./' alias cyan="printf '\e[1;96m%s\e[0m\n'" alias dd='dd status=progress' alias deborphan='deborphan -a --no-show-section --ignore-suggests' -- GitLab