Cleanup
This commit is contained in:
parent
20f2d4323d
commit
7c074dc817
3
Makefile
3
Makefile
@ -14,3 +14,6 @@ all: ~/.zshrc ~/.zsh_functions ~/.vimrc ~/.gitconfig ~/.globalgitignore
|
|||||||
|
|
||||||
~/.globalgitignore:
|
~/.globalgitignore:
|
||||||
ln -sv ~/.dotfiles/globalgitignore ~/.globalgitignore
|
ln -sv ~/.dotfiles/globalgitignore ~/.globalgitignore
|
||||||
|
|
||||||
|
grml-zsh:
|
||||||
|
wget -O ~/.zsh_grml https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
|
||||||
|
10
zshrc
10
zshrc
@ -1,9 +1,8 @@
|
|||||||
# source all other zsh files
|
if [ -f ~/.zsh_local ]
|
||||||
if [ -f ~/.zsh_environment ]
|
|
||||||
then
|
then
|
||||||
source ~/.zsh_environment
|
source ~/.zsh_local
|
||||||
fi
|
fi
|
||||||
#for accounts whithout root
|
#for non Arch systems
|
||||||
if [ -f ~/.zsh_grml ]
|
if [ -f ~/.zsh_grml ]
|
||||||
then
|
then
|
||||||
source ~/.zsh_grml
|
source ~/.zsh_grml
|
||||||
@ -11,6 +10,8 @@ fi
|
|||||||
source ~/.zsh_functions
|
source ~/.zsh_functions
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export SYSTEMD_EDITOR=vim
|
export SYSTEMD_EDITOR=vim
|
||||||
|
export LESS=-R
|
||||||
|
export PATH=$PATH:~/bin:~/.local/bin
|
||||||
|
|
||||||
alias clear-orphans='sudo pacman -Rns $(pacman -Qqdt)'
|
alias clear-orphans='sudo pacman -Rns $(pacman -Qqdt)'
|
||||||
alias mount-chroot='sudo mount /mnt/tmpfs; sudo mkdir /mnt/tmpfs/chroot'
|
alias mount-chroot='sudo mount /mnt/tmpfs; sudo mkdir /mnt/tmpfs/chroot'
|
||||||
@ -31,7 +32,6 @@ alias cmake='cmake -G Ninja'
|
|||||||
alias sysupgrade='sudo pacman -Syu; auracle sync'
|
alias sysupgrade='sudo pacman -Syu; auracle sync'
|
||||||
alias v='vim'
|
alias v='vim'
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
export PATH=$PATH:~/bin:~/.local/bin
|
|
||||||
|
|
||||||
if [ -f /usr/share/doc/pkgfile/command-not-found.zsh ]
|
if [ -f /usr/share/doc/pkgfile/command-not-found.zsh ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user