Compare commits
No commits in common. "5d15bc93693ea2b13f2ed7092b63ae3c90cb4c2f" and "12724a59af22c76f1b644ffb6c268a1abf8a6e88" have entirely different histories.
5d15bc9369
...
12724a59af
|
@ -1,12 +1,7 @@
|
||||||
# fix problem with aur package: anki-official-binary-bundle 2.1.49-1
|
|
||||||
alias anki='anki --no-sandbox'
|
|
||||||
|
|
||||||
# enable aliases for commands inside sudo
|
# enable aliases for commands inside sudo
|
||||||
# TOOD check this is safe
|
# TOOD check this is safe
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
|
|
||||||
alias gitknow='cd ~/knowledge-base&& git add . && git status && git commit -m update && git push'
|
|
||||||
|
|
||||||
alias e='nvim'
|
alias e='nvim'
|
||||||
alias pcm='pcmanfm . &'
|
alias pcm='pcmanfm . &'
|
||||||
|
|
||||||
|
@ -105,4 +100,3 @@ newsh() {
|
||||||
chmod +x "$1"
|
chmod +x "$1"
|
||||||
nvim "$1" +3
|
nvim "$1" +3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
9
profile
9
profile
|
@ -7,12 +7,7 @@ if command -v ruby ; then
|
||||||
export PATH="$ruby_path:$PATH"
|
export PATH="$ruby_path:$PATH"
|
||||||
fi &> /dev/null
|
fi &> /dev/null
|
||||||
|
|
||||||
if command -v php ; then
|
export PATH="$PATH:$HOME/.local/bin:$ruby_path"
|
||||||
phpcs_path=$(composer global config bin-dir --absolute)
|
|
||||||
export PATH="$phpcs_path:$PATH"
|
|
||||||
fi &> /dev/null
|
|
||||||
|
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
|
||||||
|
|
||||||
# https://developers.google.com/web/tools/puppeteer/troubleshooting
|
# https://developers.google.com/web/tools/puppeteer/troubleshooting
|
||||||
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
|
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
|
||||||
|
@ -31,7 +26,7 @@ export AUTOENV_ENABLE_LEAVE=1
|
||||||
[ -f "$HOME/.src/autoenv/activate.sh" ] && . "$HOME/.src/autoenv/activate.sh"
|
[ -f "$HOME/.src/autoenv/activate.sh" ] && . "$HOME/.src/autoenv/activate.sh"
|
||||||
|
|
||||||
# z.sh
|
# z.sh
|
||||||
if [ -n "$ZSH_VERSION" ] && [ -f "$HOME/.z.lua/z.lua" ] ; then
|
if [ -f "$HOME/.z.lua/z.lua" ] ; then
|
||||||
eval "$(lua $HOME/.z.lua/z.lua --init zsh enhanced once)"
|
eval "$(lua $HOME/.z.lua/z.lua --init zsh enhanced once)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue