diff options
author | 2017-07-30 20:39:57 -0400 | |
---|---|---|
committer | 2017-07-30 20:39:57 -0400 | |
commit | 378dacde52fc48eee564a7464307a56aa3215415 (patch) | |
tree | 0aa1d6bbf6fac8ea121c6acf6b0c5b1eac9e5300 /zsh/.zshrc | |
parent | 1a2c9c24bbc911a889f322967c86383ff3241a3e (diff) | |
download | configs-378dacde52fc48eee564a7464307a56aa3215415.tar.gz configs-378dacde52fc48eee564a7464307a56aa3215415.tar.xz configs-378dacde52fc48eee564a7464307a56aa3215415.zip |
Zsh and ZIM changes
Diffstat (limited to '')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Bash-like navigation #export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' -export WORDCHARS='*?[]~=&;!#$%^(){}<>' +export WORDCHARS='*?-[]~=&;!#$%^(){}<>' fpath+=~/.zfunc @@ -29,3 +29,5 @@ source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh alias mpv="mpv --ytdl-format mp4" alias mv="mv -iv" alias cp="cp -iv" +alias scl=systemctl +alias jcl=journalctl |