Skip to content

Commit

Permalink
fix(fish): set tab stops
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Sep 28, 2024
1 parent 04265d5 commit f45f43f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xdg-config/fish%conf.d/01.init.fish
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ export CODE_HOME

# Configure xz compression to smartly use available processing capacity
export XZ_DEFAULTS="-T 0"

# Set tab-stops automatically if able
if which tabs &> /dev/null
tabs -4
end

0 comments on commit f45f43f

Please sign in to comment.