dot_bashrc
#!/usr/bin/env bash
PATH=$PATH:/usr/bin
# Test for an interactive shell. There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from
# outputting anything in those cases.
if [[ $- != *i* ]]; then
# Shell is non-interactive. Be done now!
return
fi
# Put your fun stuff here.
export NIX_PATH=/home/alex/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels
# Japanase with anthy
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus