Compare commits

..

No commits in common. "0e3b0948946658815b9a09e98161e49f11b26c84" and "22cf72d085f9acdc4643c67965080653ca956b4a" have entirely different histories.

2 changed files with 4 additions and 24 deletions

View File

@ -1,3 +1,3 @@
GuiFont Input Mono:h20
GuiFont Input:h20
color blackboard

View File

@ -9,6 +9,9 @@ export EDITOR='vim'
export PAGER='less'
export BROWSER='qutebrowser'
# Add dotnet tools
# export PATH="$PATH:/home/sakhmatd/.dotnet/tools"
############################################################
## Functions
############################################################
@ -35,29 +38,6 @@ transfer()
rm -f $tmpfile;
}
# Format a file close to suckless.org guidelines
indent_suckless()
{
indent $1 -brs \
-nprs \
-npcs \
-i8 \
-fc1 \
-br \
-brf \
-saf \
-sai \
-saw \
-ncs \
-nfca \
-il0 \
-ce \
-nss \
-c0 \
-cd0 \
-ut \
-o $2
}
############################################################
## Aliases