profile: added cdl.
This commit is contained in:
parent
811e17025c
commit
c5f260620a
2 changed files with 7 additions and 2 deletions
|
@ -120,13 +120,13 @@ 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" "448"
|
||||
seta "cl_matchcount" "451"
|
||||
"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" "92"
|
||||
seta "cl_startcount" "93"
|
||||
"cl_upspeed" "360"
|
||||
seta "cl_weaponimpulsemode" "1"
|
||||
seta "cl_zoomsensitivity" "1"
|
||||
|
|
5
profile
5
profile
|
@ -134,6 +134,11 @@ fn cd {
|
|||
}
|
||||
}
|
||||
|
||||
fn cdl {
|
||||
cd $*
|
||||
ls
|
||||
}
|
||||
|
||||
fn - {
|
||||
# Move back in history for $1 notes.
|
||||
num = $1
|
||||
|
|
Loading…
Reference in a new issue