sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
;; override the default keybindings in paredit | |
(eval-after-load 'paredit | |
'(progn | |
(define-key paredit-mode-map (kbd "<M-right>") 'paredit-forward-slurp-sexp) | |
(define-key paredit-mode-map (kbd "<M-left>") 'paredit-forward-barf-sexp) | |
(define-key paredit-mode-map (kbd "<C-right>") nil) | |
(define-key paredit-mode-map (kbd "<C-left>") nil))) |
#!/bin/bash | |
#----------AUTHOR------------ | |
# Jacob Salmela | |
# 9 April 2013 | |
#---------DESCRIPTION-------- | |
# Serves up an unencrypted, reverse-shell when the -e option is unavailable | |
# Much less reliable (command lag), but useful in a pinch | |
#----------FUNCTIONS--------- |
This was a response to a Hacker News comment asking me what I've been up to since 2010. I'm posting it here since HN rejects it with "that comment is too long." I suppose that's fair, since this ended up being something of an autobiography.
--
What happened after 2010?