Package /etc/skell stuff in pear-skel
parent
a575a6cc61
commit
a6cf4cae50
@ -1,15 +0,0 @@
|
|||||||
#
|
|
||||||
# ~/.bashrc
|
|
||||||
#
|
|
||||||
|
|
||||||
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
|
||||||
startx
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ ! -f /etc/pacman.d/mirrorlist ]]; then
|
|
||||||
sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
|
|
||||||
fi
|
|
||||||
|
|
||||||
# this shit makes tkinter work
|
|
||||||
xrdb -load /dev/null
|
|
||||||
xrdb -query
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
export DESKTOP_SESSION=plasma
|
|
||||||
exec startplasma-x11
|
|
Loading…
Reference in New Issue