mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
trailing lines
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
[*.md]
|
||||
[*]
|
||||
tab_width = 2
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
@@ -14,4 +14,4 @@ alias dt="cd $HOME/Desktop"
|
||||
alias dl="cd $HOME/Downloads"
|
||||
alias serve="python3 -m http.server ${PORT:-3001}"
|
||||
alias python="PYTHONPATH=$(pwd):$PYTHONPATH python"
|
||||
alias -g G='| grep'
|
||||
alias -g G='| grep'
|
||||
|
||||
@@ -7,4 +7,4 @@ export PATH="$PATH:$HOME/.pub-cache/bin"
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
export DOTFILES="$HOME/.dotfiles"
|
||||
export DOTFILES="$HOME/.dotfiles"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh || :
|
||||
[ -f /opt/homebrew/opt/chruby/share/chruby/chruby.sh ] && source /opt/homebrew/opt/chruby/share/chruby/chruby.sh || :
|
||||
[ -f /opt/homebrew/opt/chruby/share/chruby/chruby.sh ] && source /opt/homebrew/opt/chruby/share/chruby/chruby.sh || :
|
||||
|
||||
@@ -89,4 +89,4 @@ source $ZSH/oh-my-zsh.sh
|
||||
# fi
|
||||
|
||||
# Compilation flags
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
Reference in New Issue
Block a user