[kanaya] move local files to _local
This commit is contained in:
parent
2d5e8bbce2
commit
cb1679e93f
3 changed files with 5 additions and 0 deletions
1
_local/kanaya/.Xresources.local
Normal file
1
_local/kanaya/.Xresources.local
Normal file
|
|
@ -0,0 +1 @@
|
|||
Xcursor.theme: Vanilla-DMZ
|
||||
20
_local/kanaya/.bashrc.local
Normal file
20
_local/kanaya/.bashrc.local
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#
|
||||
# ~/.bashrc.local -- kanaya version
|
||||
#
|
||||
|
||||
# Assume colors are set in global .bashrc:
|
||||
# - TRED
|
||||
# - TGREEN
|
||||
# - TBLUE
|
||||
# - TWHITEB (bold)
|
||||
# - TRESET
|
||||
|
||||
# Set host-specific bash prompt: "user@host pwd $ "
|
||||
# (This is the default prompt for now... TODO)
|
||||
|
||||
#if [[ ${EUID} == 0 ]] ; then
|
||||
# PS1="${TRED}\u@\h ${TBLUE}\w ${TWHITEB}\$ ${TRESET}"
|
||||
#else
|
||||
# PS1="${TGREEN}\u@\h ${TBLUE}\w ${TWHITEB}\$ ${TRESET}"
|
||||
#fi
|
||||
|
||||
5
_local/kanaya/.profile.local
Normal file
5
_local/kanaya/.profile.local
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Use GTK2 theme for Qt5 for a consistent look and feel
|
||||
export QT_QPA_PLATFORMTHEME=gtk2
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue