Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexvZyl committed Jun 24, 2024
1 parent 33e2280 commit 00d10ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .config/lazydocker/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
gui:
# single' | 'double' | 'rounded' | 'hidden'
border: 'rounded'
theme:
inactiveBorderColor:
#- "#4C566A" # nordic
- "#292e42"
- "#3b4261"
4 changes: 2 additions & 2 deletions .config/lazygit/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gui:
# single' | 'double' | 'rounded' | 'hidden'
border: 'rounded'
theme:
inactiveBorderColor:
#- "#4C566A" # nordic
- "#292e42"
- "#3b4261"

3 changes: 2 additions & 1 deletion .profile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ alias setup-monitors="feh --bg-fill \$HOME/.wallpapers/alena-aenami-horizon-1k_u
nice -n 19 betterlockscreen -u \"\$HOME/.wallpapers/tokyo-night-space_upscaled.png\" --display 1"

# Dev.
alias lg='lazygit'
alias lg="lazygit"
alias lzd="lazydocker"
alias nh="nvim ."
alias gl="git log --oneline --decorate --graph"
alias tmux-workspace="~/.config/tmux/utils/create_workspace.sh"
Expand Down

0 comments on commit 00d10ed

Please sign in to comment.