chore(core): remove ubuntu.startup file
This is legacy for fixing terminal colors in when using urxvt term on unity. This has not been a problem since using base16 term colors.
This commit is contained in:
parent
0701476af3
commit
b97ece9419
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# Script that runs on the start up of ubuntu gnome shell
|
|
||||||
#
|
|
||||||
# Author: Ade Attwood <code@adeattwood.co.uk>
|
|
||||||
# Created: 2019-02-16
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# Load local Xresources fix to #3
|
|
||||||
#
|
|
||||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
|
||||||
Loading…
Reference in a new issue