Add local fish config.
- Also update spacemacs for ruby.
This commit is contained in:
@@ -8,6 +8,11 @@ set -g -x EDITOR "emacsclient"
|
|||||||
# Add ~/bin to PATH
|
# Add ~/bin to PATH
|
||||||
set -g -x PATH ~/bin $PATH
|
set -g -x PATH ~/bin $PATH
|
||||||
|
|
||||||
|
# Machine-local config
|
||||||
|
if test -e ~/.config/fish/local.fish
|
||||||
|
source ~/.config/fish/local.fish
|
||||||
|
end
|
||||||
|
|
||||||
# =========
|
# =========
|
||||||
# Functions
|
# Functions
|
||||||
# =========
|
# =========
|
||||||
|
|||||||
4
gemrc
4
gemrc
@@ -1,2 +1,2 @@
|
|||||||
install: --no-rdoc
|
install: --no-rdoc --no-ri
|
||||||
update: --no-rdoc
|
update: --no-rdoc --no-ri
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
org
|
org
|
||||||
shell
|
shell
|
||||||
shell-scripts
|
shell-scripts
|
||||||
|
ruby
|
||||||
;; syntax-checking
|
;; syntax-checking
|
||||||
version-control
|
version-control
|
||||||
))
|
))
|
||||||
@@ -161,6 +162,9 @@ before layers configuration."
|
|||||||
;; specified with an installed package.
|
;; specified with an installed package.
|
||||||
;; Not used for now.
|
;; Not used for now.
|
||||||
dotspacemacs-default-package-repository nil
|
dotspacemacs-default-package-repository nil
|
||||||
|
;; Ruby version manager
|
||||||
|
ruby-version-manager 'rbenv
|
||||||
|
ruby-enable-ruby-on-rails-support t
|
||||||
)
|
)
|
||||||
;; User initialization goes here
|
;; User initialization goes here
|
||||||
(add-to-list 'default-frame-alist '(height . 50))
|
(add-to-list 'default-frame-alist '(height . 50))
|
||||||
|
|||||||
Reference in New Issue
Block a user