Update minor stuff
This commit is contained in:
parent
10cbdd08ea
commit
0ce822638d
5 changed files with 11 additions and 9 deletions
|
@ -39,9 +39,10 @@ alias ip='ip -c'
|
|||
|
||||
alias j='jump'
|
||||
|
||||
alias keepass-unlock='pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx'
|
||||
|
||||
alias less='less -FS'
|
||||
alias ls='ls -lFh --color=auto'
|
||||
|
||||
alias lsblk='lsblk -o +PARTLABEL,FSTYPE,UUID'
|
||||
|
||||
alias make='make -j5'
|
||||
|
|
|
@ -5,7 +5,7 @@ $sudo$username$hostname$docker_context$python\
|
|||
[](bg:green fg:purple)\
|
||||
$directory\
|
||||
[](bg:red fg:green)\
|
||||
$git_branch$git_commit$git_state$git_status\
|
||||
$git_branch$git_state$git_status\
|
||||
[](bg:#454158 fg:red)\
|
||||
$fill\
|
||||
[](bg:yellow fg:#454158)\
|
||||
|
|
|
@ -46,7 +46,7 @@ DISABLE_AUTO_UPDATE="false"
|
|||
DISABLE_AUTO_TITLE="true"
|
||||
|
||||
# Uncomment the following line to enable command auto-correction.
|
||||
ENABLE_CORRECTION="true"
|
||||
# ENABLE_CORRECTION="true"
|
||||
|
||||
# Uncomment the following line to display red dots whilst waiting for completion.
|
||||
# COMPLETION_WAITING_DOTS="true"
|
||||
|
|
|
@ -141,8 +141,8 @@ c_thirdpersonshoulderaimdist "120.0"
|
|||
c_thirdpersonshoulderdist "40.0"
|
||||
c_thirdpersonshoulderheight "5.0"
|
||||
c_thirdpersonshoulderoffset "20.0"
|
||||
cachedvalue_count_partybrowser "1648106766"
|
||||
cachedvalue_count_teammates "1648501774"
|
||||
cachedvalue_count_partybrowser "1648825876"
|
||||
cachedvalue_count_teammates "1648825867"
|
||||
cam_collision "1"
|
||||
cam_idealdelta "4.0"
|
||||
cam_idealdist "150"
|
||||
|
@ -439,7 +439,7 @@ player_competitive_maplist_2v2_10_0_F88E9A71 "mg_de_train,mg_de_lake,mg_de_infer
|
|||
player_competitive_maplist_8_10_0_A1BE4499 "mg_lobby_mapveto,mg_de_mirage,mg_de_inferno,mg_de_overpass,mg_de_vertigo,mg_de_nuke,mg_de_ancient,mg_de_dust2,mg_de_train,mg_de_cache,mg_cs_agency,mg_cs_office,mg_de_iris,mg_cs_climb"
|
||||
player_nevershow_communityservermessage "0"
|
||||
player_survival_list_10_0_303 "mg_dz_blacksite,mg_dz_sirocco,mg_dz_vineyard,mg_dz_ember"
|
||||
player_teamplayedlast "2"
|
||||
player_teamplayedlast "3"
|
||||
player_wargames_list2_10_0_E04 "mg_skirmish_flyingscoutsman,mg_skirmish_armsrace,mg_skirmish_demolition,mg_skirmish_retakes"
|
||||
r_drawmodelstatsoverlaymax "1.5"
|
||||
r_drawmodelstatsoverlaymin "0.1"
|
||||
|
@ -477,7 +477,7 @@ snd_menumusic_volume "0.031492"
|
|||
snd_mix_async "1"
|
||||
snd_mix_async_onetime_reset "1"
|
||||
snd_mixahead "0.025"
|
||||
snd_music_selection "2"
|
||||
snd_music_selection "1"
|
||||
snd_music_volume_onetime_reset_2 "1"
|
||||
snd_musicvolume_multiplier_inoverlay "0.100000"
|
||||
snd_mute_losefocus "0"
|
||||
|
@ -508,7 +508,7 @@ sv_logsdir "logs"
|
|||
sv_noclipaccelerate "5"
|
||||
sv_noclipspeed "5"
|
||||
sv_pvsskipanimation "1"
|
||||
sv_skyname "sky_dust"
|
||||
sv_skyname "sky_cs15_daylight03_hdr"
|
||||
sv_specaccelerate "5"
|
||||
sv_specnoclip "1"
|
||||
sv_specspeed "3"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
. $HOME/.config/environment
|
||||
. $HOME/.config/aliasrc
|
||||
|
||||
numlockx on
|
||||
|
||||
|
@ -63,7 +64,7 @@ _autostart()
|
|||
wait_for_service "network-online.target"
|
||||
|
||||
pass x
|
||||
(pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
|
||||
keepass-unlock &
|
||||
|
||||
_autostart_apps &
|
||||
_autostart_workspace_voip &
|
||||
|
|
Loading…
Reference in a new issue