Skip to content

Commit

Permalink
slowly switching to zsh shell
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-korolev committed Jan 31, 2019
1 parent 9721386 commit 10a0900
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Xresources
@@ -1,7 +1,7 @@
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
xterm*termName: xterm-color
xterm*eightBitInput: false
xterm*faceName::style=Regular:size=13
xterm*faceName:ProFont for Powerline:style=Regular:size=13

!BLK Cursor
#define _color0 #4f4f4f
Expand Down
9 changes: 9 additions & 0 deletions .zprofile
@@ -0,0 +1,9 @@
#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc

if [[ ! $DISPLAY && $XDG_VTNR -le 5 ]]; then
exec startx
fi
2 changes: 1 addition & 1 deletion bin/check.sh
Expand Up @@ -16,7 +16,7 @@ MISSING_CONFIGS="false"

while IFS= read -r -d '' file
do
if [[ $file == $CONFIGS_DIR/README.md ]] || [[ $file == $CONFIGS_DIR/images* ]] ;
if [[ $file == $CONFIGS_DIR/README.md ]] || [[ $file == $CONFIGS_DIR/images* ]] || [[ $file == $CONFIGS_DIR/LICENSE ]] ;
then
continue
fi
Expand Down

0 comments on commit 10a0900

Please sign in to comment.