aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
diff options
context:
space:
mode:
Diffstat (limited to 'mkshrc')
-rw-r--r--mkshrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/mkshrc b/mkshrc
index ce871cd..5306675 100644
--- a/mkshrc
+++ b/mkshrc
@@ -193,6 +193,14 @@ else
echo "You need to specify an interface"
fi
}
+pulltermcolors() {
+ file="$HOME/bin/terminal-colors"
+ if ! [ -d $HOME/bin ] ; then
+ mkdir $HOME/bin
+ fi
+ pull -u ${UPDATE_URL}/terminal-colors -f $file
+ chmod +x $file
+}
set_nocaps() {
setxkbmap -option ctrl:nocaps
setxkbmap -option shift:breaks_caps