forked from colonelpanic/dotfiles
Get rid of linum width jitter at low line number counts by setting a
minimum linum width
This commit is contained in:
@@ -15,7 +15,7 @@ function _setup_env {
|
||||
hash brew 2>/dev/null && idem_add_to_front_of_path "$(brew --prefix coreutils)/libexec/gnubin"
|
||||
idem_add_to_front_of_path "/usr/local/bin"
|
||||
|
||||
idem_add_to_front_of_path `python -c 'import sysconfig; print sysconfig.get_path("scripts")'`
|
||||
idem_add_to_back_of_path `python -c 'import sysconfig; print sysconfig.get_path("scripts")'`
|
||||
|
||||
if is_osx; then
|
||||
export CFLAGS=-Qunused-arguments
|
||||
|
@@ -369,7 +369,7 @@ function timestamp {
|
||||
}
|
||||
|
||||
function parse_timestamp {
|
||||
date -d "@$(echo $1 | cut -c -10)"
|
||||
date -d "@$(echo $1 | cut -c -10)" -Iseconds
|
||||
}
|
||||
|
||||
function clear_path {
|
||||
|
Reference in New Issue
Block a user