diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-03-07 20:40:49 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-03-07 20:40:49 -0500 |
| commit | d45db96d85c2332d5c6a773a1c2c6ae149cdb43d (patch) | |
| tree | b02282bb9891de990c3b5cf6c55df33d22776cd7 /mkshrc | |
| parent | e5a2f2b980109bd5d3bf09d6d8e1e56ddc41bd59 (diff) | |
| download | dotfiles-d45db96d85c2332d5c6a773a1c2c6ae149cdb43d.tar.gz dotfiles-d45db96d85c2332d5c6a773a1c2c6ae149cdb43d.tar.xz | |
Add terminal colors and a pull funciton for it
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 |
