Skip to content

Instantly share code, notes, and snippets.

@lschwetlick
lschwetlick / bash_profile
Last active August 2, 2019 15:00
Custom Bash Prompt
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.
@lschwetlick
lschwetlick / LineUpDown.ahk
Last active June 20, 2017 21:07
MATLAB Hotkeys
; 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