File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 23
23
Assuming `get-osx-wallpaper.py` is on your path,
24
24
check the output with the following
25
25
26
- $ get-osx-wallpaper.py
27
- /Users/bamos/Pictures/wallpaper/nature/496.jpg
26
+ ```
27
+ $ get-osx-wallpaper.py
28
+ /Users/bamos/Pictures/wallpaper/nature/496.jpg
29
+ ```
28
30
29
31
Please ensure this is correct before trying to remove it!
30
32
33
35
Note that the dock will be restarted and all windows will be
34
36
unminimized.
35
37
36
- $ open $(get-osx-wallpaper.py)
37
- $ rm $(get-osx-wallpaper.py) && killall Dock
38
+ ```
39
+ $ open $(get-osx-wallpaper.py)
40
+ $ rm $(get-osx-wallpaper.py) && killall Dock
41
+ ```
38
42
39
43
Example alias definitions for bash and zsh are available in
40
44
https://github.com/bamos/dotfiles/blob/master/.aliases:
41
45
42
- alias open-wallpaper='open $(get-osx-wallpaper.py)'
43
- alias rm-wallpaper='rm $(get-osx-wallpaper.py) && killall Dock'
46
+ ```
47
+ alias open-wallpaper='open $(get-osx-wallpaper.py)'
48
+ alias rm-wallpaper='rm $(get-osx-wallpaper.py) && killall Dock'
49
+ ```
44
50
"""
45
51
46
52
You can’t perform that action at this time.
0 commit comments