Fix issues
This commit is contained in:
parent
2f798d64af
commit
ae86623acc
|
@ -17,3 +17,5 @@ installto() {
|
||||||
|
|
||||||
install tmux.conf
|
install tmux.conf
|
||||||
install zshrc
|
install zshrc
|
||||||
|
install xinitrc
|
||||||
|
install wallpaper.png
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 627 KiB |
2
zshrc
2
zshrc
|
@ -25,7 +25,7 @@ bindkey "^[[B" history-beginning-search-forward-end
|
||||||
export PROMPT='%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '
|
export PROMPT='%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '
|
||||||
|
|
||||||
# aliases:
|
# aliases:
|
||||||
source "~/dotfiles/aliases"
|
source ~/dotfiles/aliases
|
||||||
|
|
||||||
# reload with .
|
# reload with .
|
||||||
alias .="source ~/.zshrc"
|
alias .="source ~/.zshrc"
|
||||||
|
|
Loading…
Reference in New Issue