Skip to content

Commit

Permalink
style(.zshrc): fix wring indent editor set
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Oct 28, 2024
1 parent 9cbd9bb commit 499b650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .system-config-backup/aurpkglist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ python-taskw
python-xlsx2csv
rate-mirrors
rofi-lbonn-wayland-git
selectdefaultapplication-git
skypeforlinux-bin
swaykbdd
swaylock-effects
Expand Down
4 changes: 2 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source $ZSH/oh-my-zsh.sh

# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='nvim'
export EDITOR='nvim'
else
export EDITOR='nvim'
fi
Expand All @@ -41,4 +41,4 @@ alias l="eza --long --header --git --icons=always --all"
alias cp="cpg -g"
alias mv="mvg -g"
alias cat="bat"
alias find="fd"
alias find="fd"

0 comments on commit 499b650

Please sign in to comment.