adapt for work
This commit is contained in:
parent
977bc2aa49
commit
5db4e092d6
2 changed files with 7 additions and 9 deletions
|
@ -19,7 +19,6 @@ assign [class="Moonlight"] $ws6
|
||||||
assign [class="plex-bin"] $ws5
|
assign [class="plex-bin"] $ws5
|
||||||
assign [class="vlc"] $ws5
|
assign [class="vlc"] $ws5
|
||||||
assign [class="Spotify"] $ws9
|
assign [class="Spotify"] $ws9
|
||||||
assign [class="Spotify"] $ws9
|
|
||||||
|
|
||||||
for_window [class="Alert"] floating enable
|
for_window [class="Alert"] floating enable
|
||||||
for_window [class="dunst"] floating enable
|
for_window [class="dunst"] floating enable
|
15
zsh/.zshrc
15
zsh/.zshrc
|
@ -5,7 +5,7 @@ ZSH_THEME="agnoster"
|
||||||
DEFAULT_USER=$USER
|
DEFAULT_USER=$USER
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
# HYPHEN_INSENSITIVE="true"
|
# HYPHEN_INSENSITIVE="true"
|
||||||
DISABLE_AUTO_UPDATE="true"
|
DISABLE_AUTO_UPDATE="false"
|
||||||
# export UPDATE_ZSH_DAYS=13
|
# export UPDATE_ZSH_DAYS=13
|
||||||
# DISABLE_LS_COLORS="true"
|
# DISABLE_LS_COLORS="true"
|
||||||
# DISABLE_AUTO_TITLE="true"
|
# DISABLE_AUTO_TITLE="true"
|
||||||
|
@ -162,11 +162,11 @@ man
|
||||||
#n98-magerun
|
#n98-magerun
|
||||||
nanoc
|
nanoc
|
||||||
#ng
|
#ng
|
||||||
#nix
|
nix
|
||||||
#nmap
|
#nmap
|
||||||
node
|
# node
|
||||||
#nomad
|
#nomad
|
||||||
npm
|
# npm
|
||||||
#npx
|
#npx
|
||||||
#nvm
|
#nvm
|
||||||
#nyan
|
#nyan
|
||||||
|
@ -182,7 +182,7 @@ npm
|
||||||
pip
|
pip
|
||||||
#pj
|
#pj
|
||||||
#pod
|
#pod
|
||||||
postgres
|
# postgres
|
||||||
#pow
|
#pow
|
||||||
#powder
|
#powder
|
||||||
#powify
|
#powify
|
||||||
|
@ -243,7 +243,7 @@ tmux
|
||||||
#tmuxinator
|
#tmuxinator
|
||||||
#torrent
|
#torrent
|
||||||
#tugboat
|
#tugboat
|
||||||
#ubuntu
|
ubuntu
|
||||||
#urltools
|
#urltools
|
||||||
#vagrant
|
#vagrant
|
||||||
vault
|
vault
|
||||||
|
@ -338,5 +338,4 @@ alias osc='openstack console log show'
|
||||||
alias oss='openstack server'
|
alias oss='openstack server'
|
||||||
alias psa='ps auxwwwf'
|
alias psa='ps auxwwwf'
|
||||||
alias toph='top -cHd1'
|
alias toph='top -cHd1'
|
||||||
alias ip="ip --color"
|
alias ip="ip --color"
|
||||||
VAULT_ADDR="https://vault.ood.ovh:8200"
|
|
Loading…
Add table
Reference in a new issue