aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_profile4
-rw-r--r--.bashrc1
-rw-r--r--.config/moc/config1
-rw-r--r--.config/moc/themes/terminal (renamed from .moc/themes/terminal)0
4 files changed, 5 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 528c3cd..243a8b3 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -27,14 +27,16 @@ export HISTSIZE=
export HISTFILESIZE=
export HISTTIMEFORMAT="%d/%m/%y %T "
export HISTCONTROL=ignoredups:erasedups
-export SUDO_ASKPASS=$HOME/.local/bin/rofi-askpass
+export SUDO_ASKPASS="$HOME/.local/bin/rofi-askpass"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export LESSHISTFILE="$XDG_CACHE_HOME/less.history"
export GOPATH="$XDG_DATA_HOME/go"
export INPUTRC="$XDG_CONFIG_HOME/inputrc"
+export ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority"
+export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"
# fzf settings
export FZF_DEFAULT_OPTS="--color=fg:255,hl:9 \
diff --git a/.bashrc b/.bashrc
index c635174..d1ece05 100644
--- a/.bashrc
+++ b/.bashrc
@@ -90,6 +90,7 @@ alias wget='wget --hsts-file $HOME/.cache/wget.history'
alias ls='ls -hN --color=always --group-directories-first'
alias lsblk='lsblk -o NAME,MAJ:MIN,RM,SIZE,FSTYPE,RO,TYPE,MOUNTPOINT,MODEL'
alias emacs='TERM=xterm-256color emacs -nw --load ~/.config/emacs/emacs.el'
+alias mocp='mocp -M "$XDG_CONFIG_HOME"/moc'
# pulse delay on audacity
alias audacity='PULSE_LATENCY_MSEC=30 audacity'
diff --git a/.config/moc/config b/.config/moc/config
new file mode 100644
index 0000000..b7b469e
--- /dev/null
+++ b/.config/moc/config
@@ -0,0 +1 @@
+Theme = /home/thedro/.config/moc/themes/terminal
diff --git a/.moc/themes/terminal b/.config/moc/themes/terminal
index c433b0d..c433b0d 100644
--- a/.moc/themes/terminal
+++ b/.config/moc/themes/terminal