diff options
Diffstat (limited to 'mkshrc')
| -rw-r--r-- | mkshrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
