This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOCOLOR="\[\033[0;0m\]" | |
BLUE="\[\033[1;35m\]" | |
RED="\[\033[1;31m\]" | |
YELLOW="\[\033[1;33m\]" | |
# Setting PATH for Python 3.6 | |
# The original version is saved in .bash_profile.pysave | |
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Hotkeys for MATLAB and others | |
#SingleInstance force | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
; Changes the tray icon's tooltip (displayed when mouse hovers over it) | |
Menu, tray, Tip, MATLAB hotkeys (and others) | |
; Show Tooltip in the tray that the script is active | |
TrayTip, MATLAB hotkeys, running...,,1 |
NewerOlder