mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-15 13:16:31 +00:00
10 lines
280 B
Fish
10 lines
280 B
Fish
|
# Increase memory sizes for java using Ant
|
||
|
set -gx ANT_OPTS "-Xmx2048m -Xms512m"
|
||
|
|
||
|
# FZF
|
||
|
set -gx FZF_DEFAULT_COMMAND 'ag -g ""'
|
||
|
set -gx FZF_CTRL_T_COMMAND "$FZF_DEFAULT_COMMAND \$dir"
|
||
|
|
||
|
# Vim Colors so that they can be set by env
|
||
|
set -q VIM_COLOR; or set -gx VIM_COLOR wombat256mod
|