diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-05-25 22:47:41 +0200 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-05-25 22:47:41 +0200 |
| commit | d0c7230a9fb78a87a919b9aff05f6630fa6500f5 (patch) | |
| tree | 1da445360356be98e1de836b7d314c6662ae834d /.profile | |
| parent | eb1dbbb8be24a284777dc341c59841051e68045a (diff) | |
Simplify for bourne shell use.
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,8 +4,8 @@ export LC_TIME=de_DE.UTF-8 export EDITOR=vim export TERM=xterm export HISTSIZE=65535 -# autojump needs this -export PROMPT_COMMAND="history -a" +export HISTCONTROL=erasedups +export PROMPT_COMMAND="history -a;history -n" export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.local/bin/`hostname`:$PATH @@ -18,6 +18,7 @@ export CFLAGS="-O2 -pipe -march=native" export CXXFLAGS="${CFLAGS}" # Sway compatiblity https://github.com/swaywm/sway/issues/595 export _JAVA_AWT_WM_NONREPARENTING=1 +export GDK_BACKEND=wayland +[ -e .config/$(hostname).profile ] && . .config/$(hostname).profile [ $SHELL = "/bin/bash" ] && [ -f ~/.bashrc ] && . ~/.bashrc -[ -e .config/$(hostname).profile ] && . .config/$(hostname).profile
\ No newline at end of file |
