summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc1
-rwxr-xr-x.local/bin/upd1
-rw-r--r--.profile3
3 files changed, 4 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 7a1c49a9..8d81a761 100644
--- a/.bashrc
+++ b/.bashrc
@@ -25,6 +25,7 @@ alias absolutely-proprietary='absolutely-proprietary -f'
alias alsamixer='alsamixer -V all'
alias diff='diff --color=auto'
alias grep='grep --color=auto'
+alias hardcode-fixer='sudo hardcode-fixer'
alias iotop='sudo iotop'
alias ls='ls --color=auto'
alias nethogs='sudo nethogs'
diff --git a/.local/bin/upd b/.local/bin/upd
index c1e8b2be..34c27e4a 100755
--- a/.local/bin/upd
+++ b/.local/bin/upd
@@ -33,6 +33,7 @@ misc ()
{
tldr --update
nvim +PlugUpgrade +PlugUpdate +qa
+ sudo hardcode-fixer
}
ncm ()
diff --git a/.profile b/.profile
index 166b8e01..b6a7581e 100644
--- a/.profile
+++ b/.profile
@@ -31,7 +31,8 @@ export BROWSER=firefox
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"
#export QT_QPA_PLATFORMTHEME=qt5ct
-export QT_STYLE_OVERRIDE=kvantum
+export QT_QPA_PLATFORMTHEME=gtk2
+#export QT_STYLE_OVERRIDE=kvantum
export SDCV_PAGER='less --quit-if-one-screen -RX'
export SXHKD_SHELL=sh
export _ZO_ECHO=1