Skip to content

Instantly share code, notes, and snippets.

@premnirmal
premnirmal / .zshrc
Last active October 6, 2017 18:14
my .zshrc file
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
alias git=hub
PATH=$PATH:/usr/local/bin
# android path (installed via homebrew)
PATH=$PATH:/usr/local/Cellar/android-sdk/24.4.1_1/platform-tools
PATH=$PATH:/usr/local/Cellar/android-sdk/24.4.1_1/tools
@premnirmal
premnirmal / .emacs.el
Last active March 14, 2019 14:28
My latest .emacs settings
;; (add-to-list 'load-path "~/.emacs.d/elpa")
(setq make-backup-files nil) ; stop creating backup~ files
(setq auto-save-default nil) ; stop creating #autosave# files
;; (require 'package)
;; (add-to-list
;; 'package-archives
;; '("melpa" . "http://melpa.org/packages/")
;; t)
;; (add-to-list