Skip to content

Commit

Permalink
Revert ":atom: Stick with Atom beta until atom/atom-keymap#237 is res…
Browse files Browse the repository at this point in the history
…olved"

atom/atom-keymap#237 is resolved, so let's hop back on the atom-nightly
train!

This reverts commit 9fc14c8.
  • Loading branch information
jasonrudolph committed Mar 6, 2019
1 parent 8202e21 commit eae4484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bash/aliases
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# atom
alias e="atom-beta ."
alias e="atom-nightly ."

# bundler
alias b="bundle"
Expand Down
2 changes: 1 addition & 1 deletion bash/config
@@ -1,4 +1,4 @@
export EDITOR="atom-beta"
export EDITOR="atom-nightly"

# Enable linux-style ls/cli colors
export CLICOLOR=true
Expand Down
2 changes: 1 addition & 1 deletion gitconfig.erb
Expand Up @@ -61,7 +61,7 @@
excludesfile = <%= ENV['HOME'] %>/.gitignore
autocrlf = input
legacyheaders = false
editor = atom-beta --wait
editor = atom-nightly --wait
pager = less -ce3MR
[repack]
usedeltabaseoffset = true
Expand Down

0 comments on commit eae4484

Please sign in to comment.