addet rsync support
This commit is contained in:
parent
ff921c9292
commit
6c1edfe716
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,7 @@ end
|
||||||
# __/ |
|
# __/ |
|
||||||
# |___/
|
# |___/
|
||||||
|
|
||||||
# ─< Environment-Variables >────────────────────────────────────────────────────────────────
|
# ─────────────────────────────────< Environment-Variables >───────────────────────────────
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
set toolbox "The following tools are active:
|
set toolbox "The following tools are active:
|
||||||
"
|
"
|
||||||
|
@ -144,6 +144,11 @@ alias grep="grep --color=always"
|
||||||
# ─< weather >──────────────────────────────────────────────────────────────────────────────
|
# ─< weather >──────────────────────────────────────────────────────────────────────────────
|
||||||
alias www='curl wttr.in/Ulm'
|
alias www='curl wttr.in/Ulm'
|
||||||
|
|
||||||
|
# ─< rsync >────────────────────────────────────────────────────────────────────────────────
|
||||||
|
if command -v rsync >/dev/null 2>&1
|
||||||
|
alias cp='rsync -avP'
|
||||||
|
end
|
||||||
|
|
||||||
# ─< bat alias >────────────────────────────────────────────────────────────────────────────
|
# ─< bat alias >────────────────────────────────────────────────────────────────────────────
|
||||||
if command -v batcat >/dev/null 2>&1
|
if command -v batcat >/dev/null 2>&1
|
||||||
alias cat='batcat --color=always -p --paging=never'
|
alias cat='batcat --color=always -p --paging=never'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue