no more bar or background image
I'll just push this with debug stuff because it's been around way too long
This commit is contained in:
parent
bcbc5556aa
commit
8a4f99be1e
3 changed files with 5 additions and 17 deletions
6
profile
6
profile
|
@ -15,7 +15,7 @@ export RBENV_HOME="$HOME/.rbenv"
|
|||
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
|
||||
|
||||
# For vim
|
||||
export EDITOR="nvim"
|
||||
export EDITOR="vis"
|
||||
#stty -ixon # turn of <C-s> for vimshell
|
||||
|
||||
# Searching
|
||||
|
@ -24,7 +24,7 @@ export FZF_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files)
|
|||
# Start X if we're in tty1
|
||||
xsession() {
|
||||
startx 2>&1 || vlock
|
||||
sudo poweroff
|
||||
sleep infinity
|
||||
#sudo poweroff
|
||||
#sleep infinity
|
||||
}
|
||||
if tty | grep -q '/dev/tty1'; then xsession; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue