From 42ee7c9ee3bf88e7d0803e0c3652082376ab51b5 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Wed, 23 Nov 2016 09:58:17 +0100 Subject: [PATCH] Small additions and updates --- .zlogin | 1 - .zprofile | 1 - .zshrc | 1 - aliases/functions | 2 ++ aliases/void | 7 +++++++ modules/highlight/zsh-syntax-highlighting | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) delete mode 120000 .zlogin delete mode 120000 .zprofile delete mode 120000 .zshrc diff --git a/.zlogin b/.zlogin deleted file mode 120000 index cfeb5da..0000000 --- a/.zlogin +++ /dev/null @@ -1 +0,0 @@ -zlogin \ No newline at end of file diff --git a/.zprofile b/.zprofile deleted file mode 120000 index 018fc86..0000000 --- a/.zprofile +++ /dev/null @@ -1 +0,0 @@ -zprofile \ No newline at end of file diff --git a/.zshrc b/.zshrc deleted file mode 120000 index c8b42f4..0000000 --- a/.zshrc +++ /dev/null @@ -1 +0,0 @@ -zshrc \ No newline at end of file diff --git a/aliases/functions b/aliases/functions index d76b8d8..de59df1 100644 --- a/aliases/functions +++ b/aliases/functions @@ -13,6 +13,8 @@ alias :q="exit" alias rget="rsync -rvP --append-verify --inplace" alias 7zu="7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on" +alias f="noglob find . -iname" + alias sudo="sudo " alias S='sudo $(history -n -1)' diff --git a/aliases/void b/aliases/void index 10064e1..318f62b 100644 --- a/aliases/void +++ b/aliases/void @@ -4,6 +4,13 @@ grep -q "void" /etc/os-release || return alias xq="xbps-query -Rs" +alias xfiles="xbps-query -f" + +alias xupdate="xbps-install -Su" +function xowner() { + xbps-query -Ro "*${1}*" +} + sv() { command sv "$@" if [[ "$1" == "up" ]]; then diff --git a/modules/highlight/zsh-syntax-highlighting b/modules/highlight/zsh-syntax-highlighting index 3409a2e..76ea9e1 160000 --- a/modules/highlight/zsh-syntax-highlighting +++ b/modules/highlight/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit 3409a2e4d27386e3404e331553194c3e0f0163ac +Subproject commit 76ea9e1df3166209d5f937f57a0833f26b1a01bd