diff options
| author | Franck Cuny <fcuny@twitter.com> | 2019-04-08 08:42:23 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@twitter.com> | 2019-04-08 08:42:23 -0700 |
| commit | 2311bceffc75a093bfb13ee292c40d2c2232b057 (patch) | |
| tree | 4fa31281e5e41dc8b7614808d598e3ca8942d3f4 /scripts/osx.sh | |
| parent | [tmux] A few more changes. (diff) | |
| download | emacs.d-2311bceffc75a093bfb13ee292c40d2c2232b057.tar.gz | |
[scripts] Add a directory for scripts.
First thing first: where to store screenshots.
Diffstat (limited to '')
| -rwxr-xr-x | scripts/osx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/osx.sh b/scripts/osx.sh new file mode 100755 index 0000000..6c92b2c --- /dev/null +++ b/scripts/osx.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +defaults write com.apple.screencapture location ~/Gdrive/screenshots |
