about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-02 11:19:45 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-02 11:19:45 +0700
commit694b8f443db6e3b2b6dc6335638d9f1c7a77e0be (patch)
tree6e7a6fc1c8beb662af4d942ff4e0bfa858de3012 /debian
parentee7dd8ccc9f62010a1079dde5043ef7da5ef98f3 (diff)
downloaddotfiles-694b8f443db6e3b2b6dc6335638d9f1c7a77e0be.tar.gz
Update 2018-12-02
Diffstat (limited to 'debian')
-rw-r--r--debian/.bashrc1
-rw-r--r--debian/.xinitrc2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/.bashrc b/debian/.bashrc
index b22aa9f..e6f4437 100644
--- a/debian/.bashrc
+++ b/debian/.bashrc
@@ -104,6 +104,7 @@ alias mpvx='mpv --wid=$WINDOWID --vo=xv'
 alias mount='udevil mount'
 alias umount='udevil umount'
 alias flare='DBUS_FATAL_WARNINGS=0 flare'
+alias x='cd $HOME && startx && cd -'
 
 # enable programmable completion features (you don't need to enable
 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
diff --git a/debian/.xinitrc b/debian/.xinitrc
index 46c7abd..e7e3abb 100644
--- a/debian/.xinitrc
+++ b/debian/.xinitrc
@@ -1,5 +1,4 @@
 #!/bin/sh
-cd $HOME
 xrdb -merge ~/.Xresources
 setxkbmap -option caps:ctrl_modifier
 xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1
@@ -11,4 +10,3 @@ nm-applet &
 keynav &
 diodon &
 exec awesome
-cd -