Compare commits
No commits in common. "0e3b0948946658815b9a09e98161e49f11b26c84" and "22cf72d085f9acdc4643c67965080653ca956b4a" have entirely different histories.
0e3b094894
...
22cf72d085
|
@ -1,3 +1,3 @@
|
||||||
GuiFont Input Mono:h20
|
GuiFont Input:h20
|
||||||
|
|
||||||
color blackboard
|
color blackboard
|
||||||
|
|
|
@ -9,6 +9,9 @@ export EDITOR='vim'
|
||||||
export PAGER='less'
|
export PAGER='less'
|
||||||
export BROWSER='qutebrowser'
|
export BROWSER='qutebrowser'
|
||||||
|
|
||||||
|
# Add dotnet tools
|
||||||
|
# export PATH="$PATH:/home/sakhmatd/.dotnet/tools"
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
## Functions
|
## Functions
|
||||||
############################################################
|
############################################################
|
||||||
|
@ -35,29 +38,6 @@ transfer()
|
||||||
rm -f $tmpfile;
|
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
|
## Aliases
|
||||||
|
|
Loading…
Reference in New Issue