Directly from CLI
alias x='exit'
funcsave x
or create a file in
~/.config/fish/functions
with name
| Sublime text 3 (Build 3100 to 3114) - license key [ tested on Mac OS ] | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
| B085E65E 2F5F5360 8489D422 FB8FC1AA |
Directly from CLI
alias x='exit'
funcsave x
or create a file in
~/.config/fish/functions
with name
| // ==UserScript== | |
| // @name csgolounge-autobump | |
| // @namespace csgoloungeAutobump | |
| // @include http://csgolounge.com/mytrades | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| /*global $, console*/ | |
| (function ($) { |
| ; :shrug: ¯\_(ツ)_/¯ | |
| :B0:`:shrug:: | |
| if (A_EndChar == ":") { | |
| SendInput, {BS 7}¯\_(ツ)_/¯ | |
| } | |
| return | |
| ; :whatever: ◔_◔ | |
| :B0:`:whatever:: |
| @echo off | |
| rem System provided date and time | |
| echo %DATE% | |
| echo %TIME% | |
| rem Capture Hour | |
| set hour=%time:~0,2% | |
| rem Remove leading space if single digit | |
| if "%hour:~0,1%" == " " set hour=0%hour:~1,1% |