Skip to content
Snippets Groups Projects
Commit 54d60efb authored by nimrod's avatar nimrod
Browse files

Alias for here copying files here.

parent a78db149
No related branches found
No related tags found
No related merge requests found
Pipeline #377 passed
...@@ -75,6 +75,7 @@ alias clean-swp="find \$HOME/ -name '*.swp' -delete" ...@@ -75,6 +75,7 @@ alias clean-swp="find \$HOME/ -name '*.swp' -delete"
alias close='ssh -fnNTS ~/.ssh/%C.sock -O exit' alias close='ssh -fnNTS ~/.ssh/%C.sock -O exit'
alias color='less --raw-control-chars -p' alias color='less --raw-control-chars -p'
alias concat="perl -pe 's/\\n/\\\\n/g'" alias concat="perl -pe 's/\\n/\\\\n/g'"
alias cphere='cp --target-directory=./'
alias cyan="printf '\e[1;96m%s\e[0m\n'" alias cyan="printf '\e[1;96m%s\e[0m\n'"
alias dd='dd status=progress' alias dd='dd status=progress'
alias deborphan='deborphan -a --no-show-section --ignore-suggests' alias deborphan='deborphan -a --no-show-section --ignore-suggests'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment