Compare commits
1 commit
4be92b6e04
...
cec8b5945f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cec8b5945f |
3 changed files with 5 additions and 0 deletions
2
_bashrc
2
_bashrc
|
@ -10,6 +10,8 @@ alias v="nvim"
|
||||||
alias vi="nvim"
|
alias vi="nvim"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
|
|
||||||
|
alias f="fuck"
|
||||||
|
|
||||||
alias irssi='irssi --config="$XDG_CONFIG_HOME"/irssi/config --home="$XDG_DATA_HOME"/irssi'
|
alias irssi='irssi --config="$XDG_CONFIG_HOME"/irssi/config --home="$XDG_DATA_HOME"/irssi'
|
||||||
|
|
||||||
alias unison="unison -logfile ~/.unison/unison.log"
|
alias unison="unison -logfile ~/.unison/unison.log"
|
||||||
|
|
2
_zshrc
2
_zshrc
|
@ -44,6 +44,8 @@ fi
|
||||||
setopt interactivecomments
|
setopt interactivecomments
|
||||||
setopt HIST_IGNORE_SPACE
|
setopt HIST_IGNORE_SPACE
|
||||||
|
|
||||||
|
eval $(thefuck --alias)
|
||||||
|
|
||||||
export PS1="
|
export PS1="
|
||||||
%{$(tput bold)%}%{$(tput setaf 1)%}[%{$(tput setaf 3)%}%n%{$(tput setaf 2)%}@%{$(tput setaf 4)%}%M %{$(tput setaf 5)%}%~%{$(tput setaf 1)%}]%{$(tput setaf 7)%}
|
%{$(tput bold)%}%{$(tput setaf 1)%}[%{$(tput setaf 3)%}%n%{$(tput setaf 2)%}@%{$(tput setaf 4)%}%M %{$(tput setaf 5)%}%~%{$(tput setaf 1)%}]%{$(tput setaf 7)%}
|
||||||
$ %{$(tput sgr0)%}"
|
$ %{$(tput sgr0)%}"
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
fd
|
fd
|
||||||
tmux
|
tmux
|
||||||
xsel
|
xsel
|
||||||
|
pay-respects
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
jq
|
jq
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue