alias added: ichooseyou

This commit is contained in:
LazoCoder 2017-06-18 20:19:00 -04:00
parent 2e338f689b
commit 489cd9ea4a
4 changed files with 4 additions and 1 deletions

View file

@ -65,6 +65,7 @@ source ~/.bash_profile
Usage: Usage:
pokemon [parameter] pokemon [parameter]
ichooseyou [parameter]
Parameters: Parameters:
[name] - Change the terminal background to the specified Pokemon. [name] - Change the terminal background to the specified Pokemon.

View file

@ -1,5 +1,5 @@
tell application "iTerm" tell application "iTerm"
tell current session of current window tell current session of current window
set background image to "/Users/Laki/Documents/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/109.png" set background image to "/Users/Laki/Documents/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/151.png"
end tell end tell
end tell end tell

1
ichooseyou Symbolic link
View file

@ -0,0 +1 @@
main.py

View file

@ -62,6 +62,7 @@ def print_usage():
''' '''
Usage: Usage:
pokemon [parameter] pokemon [parameter]
ichooseyou [parameter]
Parameters: Parameters:
[name] - Change the terminal background to the specified Pokemon. [name] - Change the terminal background to the specified Pokemon.