From 20aa483132743d2a39f076ff2e986a29e17d47c0 Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 25 Jun 2020 19:52:20 +0200 Subject: [PATCH] added some alias to zsh --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 357d37e..7a6dd36 100644 --- a/.zshrc +++ b/.zshrc @@ -95,3 +95,5 @@ alias xclip='xclip -selection "clipboard"' alias mixer='ncpamixer' alias dotfiles="git --git-dir=$XDG_DATA_HOME/dotfiles-remastered --work-tree=$HOME" # dotfile config --local status.showUntrackedFiles no alias open="xdg-open" +alias mixer="pulsemixer" +alias ssh="TERM=xterm-256color ssh"