diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-28 21:16:14 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-28 21:16:14 +0300 |
commit | 51f5f9366a051e83897f41f7c1734e986c26d842 (patch) | |
tree | 49c2f75de43d7094c39190753da0f4622a5c2b8b /dotfiles/.config/zsh | |
parent | 802900c02ff563381688e0100ff75cd890d45043 (diff) | |
download | swayrice-51f5f9366a051e83897f41f7c1734e986c26d842.tar.gz swayrice-51f5f9366a051e83897f41f7c1734e986c26d842.zip |
Minor changes to configs
* Back and forth between Sway workspaces
* Change calc alias to python instead of R.
Diffstat (limited to 'dotfiles/.config/zsh')
-rw-r--r-- | dotfiles/.config/zsh/shortcuts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/zsh/shortcuts b/dotfiles/.config/zsh/shortcuts index 69ceaf4..132cfb4 100644 --- a/dotfiles/.config/zsh/shortcuts +++ b/dotfiles/.config/zsh/shortcuts @@ -24,7 +24,7 @@ grm() { printf "git@git.yaroslavps.com:%s" "$1" } alias music="ncmpcpp" alias news="newsboat && killall -42 waybar" alias audio="ncpamixer" -alias calc="R --no-save -q" +alias calc="python -q" alias spw="setsid $TERMINAL >/dev/null 2>&1 &" alias testinet="ping -c2 example.com" |