File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323Assuming `get-osx-wallpaper.py` is on your path,
2424check the output with the following
2525
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+ ```
2830
2931Please ensure this is correct before trying to remove it!
3032
3335Note that the dock will be restarted and all windows will be
3436unminimized.
3537
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+ ```
3842
3943Example alias definitions for bash and zsh are available in
4044https://github.com/bamos/dotfiles/blob/master/.aliases:
4145
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+ ```
4450"""
4551
4652
You can’t perform that action at this time.
0 commit comments