...
This commit is contained in:
parent
73f4aa1783
commit
b68bd7ba77
3 changed files with 9 additions and 4 deletions
|
@ -35,6 +35,7 @@ export_loop \
|
|||
PS1 '"$SHPROMPT"' \
|
||||
SUDO_PROMPT '"#"' \
|
||||
EDITOR 'ed' \
|
||||
INDENT ' ' \
|
||||
VISUAL 'vi' \
|
||||
GIT_EDITOR '$VISUAL' \
|
||||
PAGER 'less' \
|
||||
|
|
|
@ -17,7 +17,7 @@ bind 9 "// not bound"
|
|||
bind [ "messagemode"
|
||||
bind ] "messagemode2"
|
||||
bind BACKQUOTE "toggleconsole"
|
||||
bind a "// not bound"
|
||||
bind a "+hook"
|
||||
bind b "// not bound"
|
||||
bind c "weapon_group_4"
|
||||
bind d "+forward"
|
||||
|
@ -120,20 +120,20 @@ seta "cl_damagetext_velocity_screen" "0 0 0"
|
|||
seta "cl_damagetext_velocity_world" "0 0 20"
|
||||
seta "cl_eventchase_death" "0"
|
||||
"cl_forwardspeed" "360"
|
||||
seta "cl_matchcount" "433"
|
||||
seta "cl_matchcount" "439"
|
||||
"cl_movement_track_canjump" "1"
|
||||
"cl_particles_quality" "0.4"
|
||||
"cl_sidespeed" "360"
|
||||
"cl_smoothviewheight" "0"
|
||||
seta "cl_spawn_point_particles" "0"
|
||||
seta "cl_startcount" "88"
|
||||
seta "cl_startcount" "89"
|
||||
"cl_upspeed" "360"
|
||||
seta "cl_zoomsensitivity" "1"
|
||||
seta "cl_zoomspeed" "-1"
|
||||
"con_chat" "10"
|
||||
"con_chatrect" "1"
|
||||
"con_chatrect_x" "0.012812"
|
||||
"con_chatrect_y" "0.808333"
|
||||
"con_chatrect_y" "0.705000"
|
||||
"con_chatwidth" "0.454377"
|
||||
"crosshair" "33"
|
||||
seta "crosshair_alpha" "1"
|
||||
|
|
4
profile
4
profile
|
@ -173,6 +173,10 @@ fn q {
|
|||
exit
|
||||
}
|
||||
|
||||
fn uprofile {
|
||||
. $profile
|
||||
}
|
||||
|
||||
# Setting enviroment.
|
||||
if(test -r $setenv){
|
||||
. $setenv
|
||||
|
|
Loading…
Reference in a new issue