Tweaks.
This commit is contained in:
parent
0e6a74f3f0
commit
4c4bd6c100
@ -39,7 +39,7 @@
|
|||||||
"daemonize",
|
"daemonize",
|
||||||
"diffutils",
|
"diffutils",
|
||||||
"ed",
|
"ed",
|
||||||
"emacs",
|
"emacs --cocoa --srgb",
|
||||||
"file-formula",
|
"file-formula",
|
||||||
"findutils",
|
"findutils",
|
||||||
"fontconfig",
|
"fontconfig",
|
||||||
@ -54,6 +54,7 @@
|
|||||||
"giter8",
|
"giter8",
|
||||||
"glib",
|
"glib",
|
||||||
"glib-networking",
|
"glib-networking",
|
||||||
|
"globals",
|
||||||
"gmp",
|
"gmp",
|
||||||
"gnome-icon-theme",
|
"gnome-icon-theme",
|
||||||
"gnu-indent",
|
"gnu-indent",
|
||||||
@ -128,6 +129,7 @@
|
|||||||
"watch",
|
"watch",
|
||||||
"wdiff",
|
"wdiff",
|
||||||
"webp",
|
"webp",
|
||||||
|
"weechat",
|
||||||
"wget",
|
"wget",
|
||||||
"xz",
|
"xz",
|
||||||
"zsh"
|
"zsh"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 0bbe0fa7a8599540ae515b9abd61c086acd2d49a
|
Subproject commit 01a995a455240882ea5b3f6d1df4188c1b50df5e
|
@ -28,3 +28,8 @@ function _current_dot_directory {
|
|||||||
local directory="$(git rev-parse --show-toplevel 2> /dev/null || pwd)"
|
local directory="$(git rev-parse --show-toplevel 2> /dev/null || pwd)"
|
||||||
_dot_directory $directory
|
_dot_directory $directory
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Make emacs the default editor.
|
||||||
|
export EDITOR="emacs -Q"
|
||||||
|
export ALTERNATE_EDITOR=""
|
||||||
|
export VISUAL="$EDITOR"
|
||||||
|
@ -3,10 +3,6 @@ if [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/n
|
|||||||
elif infocmp xterm-256color >/dev/null 2>&1; then
|
elif infocmp xterm-256color >/dev/null 2>&1; then
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
fi
|
fi
|
||||||
# Make emacs the default editor.
|
|
||||||
export EDITOR="$(which emacsclient) -t"
|
|
||||||
export ALTERNATE_EDITOR=""
|
|
||||||
export VISUAL="$EDITOR"
|
|
||||||
|
|
||||||
# Larger bash history (allow 32³ entries; default is 500)
|
# Larger bash history (allow 32³ entries; default is 500)
|
||||||
export HISTSIZE=32768
|
export HISTSIZE=32768
|
||||||
|
Loading…
Reference in New Issue
Block a user