mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 18:05:50 +00:00
fixed startup block
This commit is contained in:
@@ -12,11 +12,6 @@ case "$HOST" in
|
||||
fedora-mac) source ~/.zshrc_fedora ;;
|
||||
esac
|
||||
|
||||
# Start on boot
|
||||
if [[ -z $DISPLAY ]] && [[ $(tty) == /dev/tty1 ]]; then
|
||||
exec sway
|
||||
fi
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
export EDITOR='nvim'
|
||||
@@ -24,9 +19,6 @@ if [[ -n $SSH_CONNECTION ]]; then
|
||||
export EDITOR='nvim'
|
||||
fi
|
||||
|
||||
|
||||
# -- Customization --
|
||||
|
||||
# Alais: ls to run tree (without any flags)
|
||||
unalias ls 2>/dev/null
|
||||
ls() {
|
||||
|
||||
Reference in New Issue
Block a user