diff options
| author | Franck Cuny <fcuny@twitter.com> | 2019-01-19 10:39:46 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@twitter.com> | 2019-01-19 10:39:46 -0800 |
| commit | 9353c33abad9a486c67ea8bc82e06b37d3b36a92 (patch) | |
| tree | b27ff6c5259e7cd983b55153d1fe1438cc75cd6b /configs/rcs | |
| parent | [bash] go back to simple prompt. (diff) | |
| download | emacs.d-9353c33abad9a486c67ea8bc82e06b37d3b36a92.tar.gz | |
clean up.
Removed scripts and some configs, they will be in their own repo.
Diffstat (limited to '')
| -rw-r--r-- | Makefile (renamed from configs/rcs/Makefile) | 0 | ||||
| -rw-r--r-- | agignore (renamed from configs/rcs/agignore) | 0 | ||||
| -rw-r--r-- | aspell.en.pws (renamed from configs/rcs/aspell.en.pws) | 0 | ||||
| -rwxr-xr-x | bashrc (renamed from configs/rcs/bashrc) | 2 | ||||
| -rw-r--r-- | ctags (renamed from configs/rcs/ctags) | 0 | ||||
| -rw-r--r-- | emacs.d/init.el (renamed from configs/rcs/emacs.d/init.el) | 2 | ||||
| -rw-r--r-- | gitconfig (renamed from configs/rcs/gitconfig) | 0 | ||||
| -rw-r--r-- | gitignore (renamed from configs/rcs/gitignore) | 0 |
8 files changed, 2 insertions, 2 deletions
diff --git a/configs/rcs/Makefile b/Makefile index e71e986..e71e986 100644 --- a/configs/rcs/Makefile +++ b/Makefile diff --git a/configs/rcs/agignore b/agignore index afeb483..afeb483 100644 --- a/configs/rcs/agignore +++ b/agignore diff --git a/configs/rcs/aspell.en.pws b/aspell.en.pws index 5525b9f..5525b9f 100644 --- a/configs/rcs/aspell.en.pws +++ b/aspell.en.pws diff --git a/configs/rcs/bashrc b/bashrc index 302472a..16d0c9b 100755 --- a/configs/rcs/bashrc +++ b/bashrc @@ -10,7 +10,7 @@ export GOPATH="${HOME}/workspace/go" [ -z "$PS1" ] && return # prompts -export PS1="\h:\w % " +export PS1="\w % " RC_DIR=$(dirname $(readlink ${BASH_SOURCE[0]})) diff --git a/configs/rcs/ctags b/ctags index 3d83cd1..3d83cd1 100644 --- a/configs/rcs/ctags +++ b/ctags diff --git a/configs/rcs/emacs.d/init.el b/emacs.d/init.el index 2506a77..e0b0a44 100644 --- a/configs/rcs/emacs.d/init.el +++ b/emacs.d/init.el @@ -102,7 +102,7 @@ (defun fcuny/setup-frame(&optional frame) (fringe-mode '(10 . 10)) (setq-default frame-title-format "%b") - (set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal :font "Source Code Pro") + (set-face-attribute 'default nil :height 160 :weight 'normal :width 'normal :font "Source Code Pro") (when (eq system-type 'darwin) (setq ns-use-native-fullscreen nil) (setq mac-allow-anti-aliasing t))) diff --git a/configs/rcs/gitconfig b/gitconfig index 8914029..8914029 100644 --- a/configs/rcs/gitconfig +++ b/gitconfig diff --git a/configs/rcs/gitignore b/gitignore index c8124cb..c8124cb 100644 --- a/configs/rcs/gitignore +++ b/gitignore |
