diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-09 11:30:57 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-09 11:30:57 +0700 |
commit | 59fb998abb48df972a2ce399a8bacb2a5de06da2 (patch) | |
tree | 524c55afcc849475c31e3057482a430d6fadc63a /debian | |
parent | 25f162ed00b2676dc521c055545f7ec279332061 (diff) | |
download | dotfiles-59fb998abb48df972a2ce399a8bacb2a5de06da2.tar.gz |
Update 2020-04-09
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 1 | ||||
-rw-r--r-- | debian/.profile | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/.bashrc b/debian/.bashrc index d53d110..eaef3c6 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -127,3 +127,4 @@ set -o emacs export EDITOR=vim export PAGER=less +export IRCSERVER=irc.freenode.net diff --git a/debian/.profile b/debian/.profile index 6c8b86e..d7f8549 100644 --- a/debian/.profile +++ b/debian/.profile @@ -12,8 +12,7 @@ export GOPATH="$HOME/.local/share/go" export PATH="$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.luarocks/bin:$PATH" export MANPATH="$HOME/.local/share/man:$MANPATH" export XMODIFIERS=@im=ibus -#export WEBKIT_DISABLE_COMPOSITING_MODE=1 -export NLTK_DATA="$HOME/Sources/nlp/nltk_data" +export QT_QPA_PLATFORMTHEME=qt5ct # if running bash if [ -n "$BASH_VERSION" ]; then |