From 362867e040b5518f92c06e2e50837742e55d6c13 Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 2 Apr 2021 06:21:45 -0700 Subject: auto startx --- .bashrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index f7ecf887..9af00866 100644 --- a/.bashrc +++ b/.bashrc @@ -5,9 +5,13 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -alias ls='ls --color=auto' +alias ls='ls -lah --color=auto' PS1='[\u@\h \W]\$ ' +if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then + exec startx +fi + alias cfgc='/usr/bin/git --git-dir=$HOME/.mycfg_cross_platform/ --work-tree=$HOME' alias cfgl='/usr/bin/git --git-dir=$HOME/.mycfg_local/ --work-tree=$HOME' @@ -17,3 +21,4 @@ export XDG_DATA_HOME="$HOME/.local/share" export SSH_AUTH_SOCK="XDG_RUNTIME_DIR/ssh-agent.socket" +export MANPAGER='nvim +Man!' -- cgit v1.2.3-70-g09d2