Skip to content
Snippets Groups Projects
Commit 5b74cc4e authored by Jens Nolte's avatar Jens Nolte
Browse files

Use python instead of ipython

parent 3f0f5160
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ bindsym $mod+Shift+Return exec cool-retro-term --fullscreen --profile "Default A
bindsym $mod+o exec cool-retro-term --fullscreen --profile "Monochrome Green" -e ssh edi
# start an ipython terminal
bindsym $mod+p exec $terminal ipython
bindsym $mod+p exec $terminal python
# start an haskel ghci terminal
bindsym $mod+Shift+p exec $terminal stack ghci --verbosity warning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment