From b97ece94195c24c2e11abc3423a8318e344279e8 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Mon, 25 Jul 2022 19:40:40 +0100 Subject: [PATCH] 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. --- site-modules/core/files/bin/ubuntu.startup | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 site-modules/core/files/bin/ubuntu.startup diff --git a/site-modules/core/files/bin/ubuntu.startup b/site-modules/core/files/bin/ubuntu.startup deleted file mode 100755 index e004ae0..0000000 --- a/site-modules/core/files/bin/ubuntu.startup +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash -# -# Script that runs on the start up of ubuntu gnome shell -# -# Author: Ade Attwood -# Created: 2019-02-16 -# - -# -# Load local Xresources fix to #3 -# -[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources