Remove cat coloration because of special char shit

master
Quentin Duchemin 2019-09-06 17:39:31 +02:00
parent 8d7d993f03
commit 998cea1d76
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,9 @@ exec-always --no-startup-id amixer -D hw:PCH -M sset Master 50%
exec --no-startup-id pavucontrol exec --no-startup-id pavucontrol
exec standardnotes-desktop exec standardnotes-desktop
exec atom exec atom
exec firefox
for_window [class="^Firefox*"] move to workspace 3
for_window [class="^Thunderbird*"] move scratchpad for_window [class="^Thunderbird*"] move scratchpad
bindsym $mod+Shift+t [class="^Thunderbird*"] scratchpad show bindsym $mod+Shift+t [class="^Thunderbird*"] scratchpad show
for_window [class="^Signa*"] move scratchpad for_window [class="^Signa*"] move scratchpad

2
.zshrc
View File

@ -51,7 +51,6 @@ HIST_STAMPS="dd.mm.yyyy"
plugins=( plugins=(
git git
colored-man-pages colored-man-pages
colorize
command-not-found command-not-found
copydir copydir
cp cp
@ -96,7 +95,6 @@ DEFAULT_USER=`whoami`
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
alias cat="ccat"
alias cp="cpv" alias cp="cpv"
# To use when .cfg contains a bare git repo. # To use when .cfg contains a bare git repo.