linux: modify zshrc to remove keyboard layout
This commit is contained in:
parent
62aeec73c2
commit
c66205eb4f
10
linux/.zshrc
10
linux/.zshrc
@ -10,7 +10,6 @@ znap source zshzoo/cd-ls
|
||||
|
||||
#Aliases:
|
||||
alias c="clear"
|
||||
alias ls="exa -a"
|
||||
alias l="ls"
|
||||
alias st="speedtest"
|
||||
alias ll="ls --long"
|
||||
@ -34,18 +33,9 @@ alias gch="git checkout"
|
||||
alias gchb="gch -b"
|
||||
alias grp="git pull --rebase && git push"
|
||||
|
||||
# Chnage keyboard layout
|
||||
setxkbmap -layout us,ru,fi
|
||||
setxkbmap -option 'grp:alt_space_toggle'
|
||||
|
||||
#Prompt Settings:
|
||||
cd /Users/dave/Documents/Terminal
|
||||
PROMPT="%(?.%F{green}√.%F{red}?%?)%f %B%F{yellow}%1~%f%b %# --> "
|
||||
c
|
||||
|
||||
#Text:
|
||||
echo "===================================================================" | lolcat
|
||||
fortune
|
||||
echo "===================================================================" | lolcat
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user