diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-03-29 16:34:15 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-03-29 16:34:15 +0300 |
commit | 576ef89b5d9cd67010b8b8586b22b40cdfc650a8 (patch) | |
tree | 89036b1473b6f6fd5149c65fc9a0986d8cdf9061 /dotfiles/.config/zsh | |
parent | 90f2b655652ecc3ba488d88c0df6e7ad91e740e7 (diff) | |
parent | 0419fda6d20bb1ab6598ce91ad2b2c21546006d6 (diff) | |
download | swayrice-576ef89b5d9cd67010b8b8586b22b40cdfc650a8.tar.gz swayrice-576ef89b5d9cd67010b8b8586b22b40cdfc650a8.zip |
Merge branch 'master' of github.com:Yaroslav-95/swayrice
Diffstat (limited to 'dotfiles/.config/zsh')
-rw-r--r-- | dotfiles/.config/zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.config/zsh/.zshrc b/dotfiles/.config/zsh/.zshrc index 889a88f..a597162 100644 --- a/dotfiles/.config/zsh/.zshrc +++ b/dotfiles/.config/zsh/.zshrc @@ -63,8 +63,9 @@ zle -N zle-keymap-select alias v="nvim" alias abook="abook -C $HOME/.config/abook/abookrc --datafile $HOME/Documents/contacts/addressbook" alias eslint="./node_modules/.bin/eslint" -alias ls='ls -hN --color=auto --group-directories-first' +alias ls="ls -hN --color=auto --group-directories-first" weath() { curl wttr.in/$1 ;} # Check the weather (give city or leave blank). +wintitle() { printf "\033]2;%s\a" "$1";} # Generic shortcuts alias music="ncmpcpp" |