Some smaller changes
This commit is contained in:
@@ -6,7 +6,8 @@ My personal configurations, managed with the 'dotdrop' submodule.
|
||||
[Nord-themed.](https://www.nordtheme.com/) [Wallpaper.](https://www.reddit.com/r/swordartonline/comments/amj88q/aincrad_kirito_asuna_wallpaper/)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Features
|
||||
+ Distro: `Fedora 31`
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
opacity-rule = [
|
||||
"85:class_g = 'XTerm'",
|
||||
"95:class_g = 'discord'",
|
||||
"90:class_g *?= 'spotify'",
|
||||
"95:class_g *?= 'spotify'",
|
||||
"90:class_g *?= 'Rofi'",
|
||||
];
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ wm-restack = i3
|
||||
[bar/external]
|
||||
inherit = bar/laptop
|
||||
|
||||
tray-position = right
|
||||
tray-position =
|
||||
|
||||
monitor = ${env:MONITOR:}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ autoload -U colors && colors
|
||||
precmd_vcs_info() { vcs_info }
|
||||
precmd_functions+=( precmd_vcs_info )
|
||||
setopt prompt_subst
|
||||
export PROMPT="%{$fg[yellow]%}%m %{$fg_bold[green]%}➜ %{$fg_bold[blue]%}%~ %{$fg_bold[red]%}\$vcs_info_msg_0_ %{$reset_color%}"
|
||||
export PROMPT="%{$fg[yellow]%}%m %{$fg_bold[green]%}➜ %{$fg_bold[blue]%}%~ %{$fg_bold[green]%}\$vcs_info_msg_0_ %{$reset_color%}"
|
||||
zstyle ':vcs_info:git:*' formats '%b'
|
||||
|
||||
## Exports
|
||||
@@ -36,6 +36,7 @@ alias mv='mv -i' # Ask before removal
|
||||
|
||||
alias gaa="git add ."
|
||||
alias gst="git status"
|
||||
alias gd="git diff"
|
||||
alias gc="git commit -v"
|
||||
alias gc!="git commit -v --amend"
|
||||
alias gl="git pull"
|
||||
|
||||
Reference in New Issue
Block a user