feat: changed shebangs to vim filetype stuff so that it looks pretty without bad code

This commit is contained in:
Vitor Gonçalves 2023-05-28 21:55:11 -03:00
parent 29c09cfac1
commit 8f3d9c6218
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
4 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# vim: ft=sh
alias ls="exa -laH --group-directories-first"
alias la="exa -aH --group-directories-first"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# vim: ft=sh
# get current branch in git repo
function parse_git_branch() {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# vim: ft=sh
shopt -s autocd
shopt -s histappend

View File

@ -1,3 +1,5 @@
# vim: ft=sh
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"