mirror of
https://github.com/opensiriusfox/windows-bash.git
synced 2025-06-16 12:20:27 -07:00
stubbed out some bits
This commit is contained in:
parent
7e6fd53268
commit
7063fc3930
4 changed files with 13 additions and 0 deletions
0
install.sh
Normal file
0
install.sh
Normal file
1
templates/aliases.bashrc
Normal file
1
templates/aliases.bashrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
alias ls="ls -I 'NTUSER.DAT*' --color=auto"
|
5
templates/helper_functions.bashrc.sh
Normal file
5
templates/helper_functions.bashrc.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# TODO
|
||||||
|
function npp() {
|
||||||
|
|
||||||
|
}
|
7
templates/minttyrc
Normal file
7
templates/minttyrc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
CtrlShiftShortcuts=yes
|
||||||
|
RewrapOnResize=yes
|
||||||
|
Term=xterm-256color
|
||||||
|
ThemeFile=windows10
|
||||||
|
Transparency=off
|
||||||
|
BoldAsFont=yes
|
||||||
|
BoldAsColour=no
|
Loading…
Add table
Add a link
Reference in a new issue