Browse Source

Add .Xmodmap on GalliumOS, update .bashrc to don't calculate git changed files in each dir

master
arnaucube 3 years ago
parent
commit
0901d9fe37
2 changed files with 16 additions and 1 deletions
  1. +15
    -0
      .XmodmapGALLIUMOS
  2. +1
    -1
      .bashrc

+ 15
- 0
.XmodmapGALLIUMOS

@ -0,0 +1,15 @@
!
! Swap Caps_Lock and Control_L
!
remove control = Control_L
remove mod1 = Alt_L
remove mod4 = Super_L
keysym Control_L = Alt_L
keysym Super_L = Control_L
keysym Alt_L = Super_L
add control = Control_L
add mod1 = Alt_L
add mod4 = Super_L

+ 1
- 1
.bashrc

@ -21,7 +21,7 @@ if [ "$color_prompt" = yes ]; then
C_USER='99' # 48 for normal green, 99 for server purple
C_DIR='39'
C_BRANCH='207'
PS1='${debian_chroot:+($debian_chroot)}\[\e[01;38;5;'$C_USER'm\]\u@\h\[\033[00m\]:\[\e[01;38;5;'$C_DIR'm\]\w\[\e[38;5;'$C_BRANCH'm\]$(parse_git_branch)\[\033[01;90m\]$(check_files_changed)\[\033[00m\]\$ '
PS1='${debian_chroot:+($debian_chroot)}\[\e[01;38;5;'$C_USER'm\]\u@\h\[\033[00m\]:\[\e[01;38;5;'$C_DIR'm\]\w\[\e[38;5;'$C_BRANCH'm\]$(parse_git_branch)\[\033[01;90m\]\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$(parse_git_branch)\$ '
fi

Loading…
Cancel
Save