diff options
author | Adrian Kummerlaender | 2015-01-31 10:59:44 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-01-31 10:59:44 +0100 |
commit | 7a0f3341471fae10789301384408a4499d5c41c6 (patch) | |
tree | 1803f78d9a88afc14ac2e683ae7ce2c53f9da936 /fish | |
parent | f8067475ac294452f3224fe6ea4959e590974a9c (diff) | |
download | dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.gz dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.bz2 dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.lz dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.xz dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.tar.zst dotfiles-7a0f3341471fae10789301384408a4499d5c41c6.zip |
Tweaked pentadactyl colors and restructured i3wm configuration
Diffstat (limited to 'fish')
-rw-r--r-- | fish/.config/fish/config.fish | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 25b4f6f..890af25 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -7,7 +7,7 @@ alias ccat='pygmentize -f console256 -g' alias csi='csi -q' if status --is-login - if test -z "$DISPLAY" -a $XDG_VTNR = 1 - exec startx - end + if test -z "$DISPLAY" -a $XDG_VTNR = 1 + exec startx + end end |