umstrukturiert
This commit is contained in:
11
.bashrc
11
.bashrc
@@ -1,11 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
export COLOR_ACCENT="#0ca8fb"
|
|
||||||
export COLOR_SECONDARY="#011f2a"
|
|
||||||
export COLOR_TERTIARY="#0f63bd"
|
|
||||||
|
|
||||||
tmux set-environment -g COLOR_ACCENT "#0ca8fb"
|
|
||||||
tmux set-environment -g COLOR_SECONDARY "#011f2a"
|
|
||||||
tmux set-environment -g COLOR_TERTIARY "#0f63bd"
|
|
||||||
|
|
||||||
eval "$(oh-my-posh init bash --config ~/.omp.json)"
|
|
||||||
@@ -1,14 +1,3 @@
|
|||||||
bindkey "^[[1;5C" forward-word
|
|
||||||
bindkey "^[[1;5D" backward-word
|
|
||||||
|
|
||||||
if command -v bat &> /dev/null; then
|
|
||||||
alias myip="curl https://ipinfo.io/json 2> /dev/null | bat -l JSON --file-name=https://ipinfo.io/json -p --paging=never"
|
|
||||||
else
|
|
||||||
alias myip="curl https://ipinfo.io/json 2> /dev/null"
|
|
||||||
fi
|
|
||||||
|
|
||||||
alias ip='ip -c'
|
|
||||||
|
|
||||||
function _kfg {
|
function _kfg {
|
||||||
local -a _options _commands _programs
|
local -a _options _commands _programs
|
||||||
|
|
||||||
2
.config/sh/keybindings.rc
Normal file
2
.config/sh/keybindings.rc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
bindkey "^[[1;5C" forward-word
|
||||||
|
bindkey "^[[1;5D" backward-word
|
||||||
7
.config/sh/util.rc
Normal file
7
.config/sh/util.rc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
if command -v bat &> /dev/null; then
|
||||||
|
alias myip="curl https://ipinfo.io/json 2> /dev/null | bat -l JSON --file-name=https://ipinfo.io/json -p --paging=never"
|
||||||
|
else
|
||||||
|
alias myip="curl https://ipinfo.io/json 2> /dev/null"
|
||||||
|
fi
|
||||||
|
|
||||||
|
alias ip='ip -c'
|
||||||
0
myip.sh → .config/tmux/myip.sh
Normal file → Executable file
0
myip.sh → .config/tmux/myip.sh
Normal file → Executable file
Reference in New Issue
Block a user