mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
Compare commits
No commits in common. "d1432cb07f2cde7a324b28a0eff5353010859d56" and "3d77f64e32139e61f168c5b875df6b6d7d957cf3" have entirely different histories.
d1432cb07f
...
3d77f64e32
1 changed files with 1 additions and 7 deletions
|
@ -1,14 +1,8 @@
|
|||
# Shorter exit - I'm lazy
|
||||
alias e="exit"
|
||||
# Change PHP CLI binary
|
||||
alias phpa="sudo update-alternatives --config php"
|
||||
# Kill all code-server processes. Sometimes it hangs on startup
|
||||
alias kvscode="ps uxa | grep .vscode-server | awk '{print $2}' | xargs kill -9"
|
||||
|
||||
# Tmux split commands, "q" for fast access, "w" for horizontal (right of q), "a" for vertical (below q)
|
||||
alias qw="tmux split-window -h"
|
||||
alias qa="tmux split-window -v"
|
||||
|
||||
# +-------------------+
|
||||
# | Directory & Files |
|
||||
# +-------------------+
|
||||
|
|
Loading…
Add table
Reference in a new issue