fix aliases
This commit is contained in:
parent
4e684d3756
commit
f8e964abbc
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,7 @@ unset command
|
||||||
|
|
||||||
# Verbosity and settings that you pretty much just always are going to want.
|
# Verbosity and settings that you pretty much just always are going to want.
|
||||||
alias \
|
alias \
|
||||||
|
vim="nvim" \
|
||||||
cp="cp -iv" \
|
cp="cp -iv" \
|
||||||
mv="mv -iv" \
|
mv="mv -iv" \
|
||||||
rm="rm -vI" \
|
rm="rm -vI" \
|
||||||
|
@ -40,12 +41,11 @@ alias \
|
||||||
|
|
||||||
# Misc.
|
# Misc.
|
||||||
alias \
|
alias \
|
||||||
ll="ls -alhN --color=auto --group-directories-first"
|
ll="ls -alhN --color=auto --group-directories-first" \
|
||||||
subpush="git push --recurse-submodules=on-demand" \
|
subpush="git push --recurse-submodules=on-demand" \
|
||||||
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
|
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
|
||||||
weath="less -S ${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport" \
|
weath="less -S ${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport" \
|
||||||
remvirt="virt-manager -c 'qemu+ssh://luca@192.168.178.200/system'" \
|
remvirt="virt-manager -c 'qemu+ssh://luca@192.168.178.200/system'" \
|
||||||
vim="nvim" \
|
|
||||||
wikidown='rclone sync cloud:files/luca/Notes ~/Documents/vimwiki' \
|
wikidown='rclone sync cloud:files/luca/Notes ~/Documents/vimwiki' \
|
||||||
wikiup='rclone sync ~/Documents/vimwiki cloud:files/luca/Notes' \
|
wikiup='rclone sync ~/Documents/vimwiki cloud:files/luca/Notes' \
|
||||||
ahv="export ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/secrets/ansible-homelab && ansible-vault" \
|
ahv="export ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/secrets/ansible-homelab && ansible-vault" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue