Add my little wallpaper/theme switcher
[~bandali/configs] / zsh / .zshrc
index 635bffb..eafbbc2 100644 (file)
@@ -1,6 +1,6 @@
 # Bash-like navigation
 #export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
-export WORDCHARS='*?[]~=&;!#$%^(){}<>'
+export WORDCHARS='*?-[]~=&;!#$%^(){}<>'
 
 fpath+=~/.zfunc
 
@@ -24,3 +24,10 @@ ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=white,bold,bg=red')
 #ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red,bold' 
 
 source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
+
+# aliases
+alias mpv="mpv --ytdl-format mp4"
+alias mv="mv -iv"
+alias cp="cp -iv"
+alias scl=systemctl
+alias jcl=journalctl