projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] add Borg's layer/essentials init, with some of my stuff
[~bandali/configs]
/
zsh
/
.zshrc
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index
d01339f
..
5d00ab0
100644
(file)
--- a/
zsh/.zshrc
+++ b/
zsh/.zshrc
@@
-2,6
+2,7
@@
#export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
#export WORDCHARS='*?-[]~=&;!#$%^(){}<>'
export WORDCHARS='*?[]~=&;!#$%^(){}<>'
#export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
#export WORDCHARS='*?-[]~=&;!#$%^(){}<>'
export WORDCHARS='*?[]~=&;!#$%^(){}<>'
+#ZLE_SPACE_SUFFIX_CHARS=$'|&'
#disable -r time # disable shell reserved word
#alias time='time -p' # -p for POSIX output
#disable -r time # disable shell reserved word
#alias time='time -p' # -p for POSIX output
@@
-57,6
+58,14
@@
alias scl=systemctl
alias jcl=journalctl
alias m="mbsync -Va; getmail; notmuch new"
alias best="youtube-dl -f best"
alias jcl=journalctl
alias m="mbsync -Va; getmail; notmuch new"
alias best="youtube-dl -f best"
+alias ace="mosh amin@ace.aminb.org"
+alias nix="ssh amin@aminb.org"
+
+aur() {
+ cd ~/usr/build
+ git clone https://aur.archlinux.org/${1}.git
+ cd ${1}
+}
# i-beam cursor
echo -e "\033[5 q"
# i-beam cursor
echo -e "\033[5 q"