Bashrc + ssh
This commit is contained in:
5
.bashrc
Normal file
5
.bashrc
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
alias ls='lsd'
|
||||||
|
alias grep='grep --color=auto'
|
||||||
|
PS1='[\u@\h \W]\$ '
|
||||||
@@ -73,12 +73,6 @@
|
|||||||
"keyColor": "blue",
|
"keyColor": "blue",
|
||||||
"text": "{name}"
|
"text": "{name}"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "command",
|
|
||||||
"key": "│ ├",
|
|
||||||
"keyColor": "blue",
|
|
||||||
"text": "branch=$(omarchy-version-branch); echo \"$branch\""
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "kernel",
|
"type": "kernel",
|
||||||
"key": "│ ├",
|
"key": "│ ├",
|
||||||
@@ -113,7 +107,7 @@
|
|||||||
"type": "command",
|
"type": "command",
|
||||||
"key": "└ └",
|
"key": "└ └",
|
||||||
"keyColor": "blue",
|
"keyColor": "blue",
|
||||||
"text": "theme=$(omarchy-theme-current); echo -e \"$theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\""
|
"text": "echo -e \"\\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
|
|||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.gitconfig
|
||||||
6
.ssh/config
Normal file
6
.ssh/config
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Host VPS
|
||||||
|
HostName postmodernist.ru
|
||||||
|
User root
|
||||||
|
Port 8749
|
||||||
|
Host git.postmodernist.ru
|
||||||
|
Port 221
|
||||||
Reference in New Issue
Block a user